Skip to content

Commit cc604b6

Browse files
mheveryIgorMinar
authored andcommitted
fix(bootstrap): missing var failed strict mode boot
1 parent 99ee6f2 commit cc604b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
// load the js scripts
7878
for (i in Array.prototype.slice.call(arguments, 0)) {
79-
file = arguments[i];
79+
var file = arguments[i];
8080
document.write('<script type="text/javascript" src="' + serverPath + file + '" ' +
8181
'onload="angularClobberTest(\'' + file + '\')"></script>');
8282
}

0 commit comments

Comments
 (0)