summaryrefslogtreecommitdiff
path: root/browser/devtools/webconsole/test/test-bug-597136-external-script-errors.js
blob: 87c0aff8e0f2086297561e05d9f3c40d7af6297e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* vim:set ts=2 sw=2 sts=2 et: */
/* ***** BEGIN LICENSE BLOCK *****
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 *
 * Contributor(s):
 *  Patrick Walton <pcwalton@mozilla.com>
 *
 * ***** END LICENSE BLOCK ***** */

function f() {
  bogus.g();
}