mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
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.
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
* (c) 2010-2012 AngularJS http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
'USE STRICT';
|
||||
(function(window, document, undefined){
|
||||
(function(window, document, undefined) {
|
||||
|
||||
Reference in New Issue
Block a user