fix(bootstrap): missing var failed strict mode boot

This commit is contained in:
Misko Hevery 2011-08-12 08:47:18 -07:00 committed by Igor Minar
parent 99ee6f275a
commit cc604b6e26

View file

@ -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>');
}