aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2012-04-04 23:10:50 -0700
committerIgor Minar2012-04-05 10:22:27 -0700
commit637817e3ba48d149e7a9628533d21e81c650d988 (patch)
treeb2daa436337e8399c97065e2afa0d4728603fd24 /src
parent86182a9415b9209662b16c25c180b958ba7e6cf9 (diff)
downloadangular.js-637817e3ba48d149e7a9628533d21e81c650d988.tar.bz2
fix(Rakefile): move 'use strict'; flag into the angular closure
closure compiler is stubborn and puts the flag to the top of the file, so we have to post-process the minified file to move the flag into the angular closure.
Diffstat (limited to 'src')
-rw-r--r--src/angular.prefix3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/angular.prefix b/src/angular.prefix
index 2e8720b3..d66c099f 100644
--- a/src/angular.prefix
+++ b/src/angular.prefix
@@ -3,5 +3,4 @@
* (c) 2010-2012 AngularJS http://angularjs.org
* License: MIT
*/
-'USE STRICT';
-(function(window, document, undefined){
+(function(window, document, undefined) {