Skip to content

Commit 79d576a

Browse files
committed
Makes sure IE will get the variable in global scope.
1 parent 3d54025 commit 79d576a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/no-callback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var bob = 33;
1+
window.bob = 33;

0 commit comments

Comments
 (0)