Skip to content

Commit

Permalink
fix(bootstrap): missing var failed strict mode boot
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery authored and IgorMinar committed Aug 19, 2011
1 parent 5fa6b14 commit 5da885c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular-bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

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

0 comments on commit 5da885c

Please sign in to comment.