fune/devtools/client/webconsole/test/browser/test-external-script-errors.js

7 lines
140 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
function f() {
bogus.g();
}