mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
10 lines
208 B
JavaScript
10 lines
208 B
JavaScript
dump("relative_import file\n");
|
|
|
|
// Please keep 'causeError' on line 4; we test the error location.
|
|
function causeError() { does_not_exist(); }
|
|
|
|
testVar = "oh hai";
|
|
function testFunc() {
|
|
return "oh hai";
|
|
}
|