diff options
| -rw-r--r-- | src/angular-bootstrap.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js index 59a6f7ff..9c95a158 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -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>');      } | 
