mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-05 16:09:02 +00:00
Base import of updated devtools
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
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