mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 23:31:47 +00:00
Obliterate Browser 38
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
var bar;
|
||||
|
||||
function evalSource() {
|
||||
eval('bar = function() {\nvar x = 5;\n}');
|
||||
}
|
||||
|
||||
function evalSourceWithSourceURL() {
|
||||
eval('bar = function() {\nvar x = 6;\n} //# sourceURL=bar.js');
|
||||
}
|
||||
Reference in New Issue
Block a user