From b98c23274b4dd51205d5020a254ac53966c9ae9a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 19 May 2011 00:19:21 -0700 Subject: feat(strict mode): turn on ECMAScript 5 strict mode - add 'use strict'; statement to the prefix file - configure closure compiler to use the ES5 strict mode - strip all file-specific strict mode flags after concatination Closes #223 --- src/angular.prefix | 1 + 1 file changed, 1 insertion(+) (limited to 'src/angular.prefix') diff --git a/src/angular.prefix b/src/angular.prefix index b9ccc3fb..473b10e4 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -21,4 +21,5 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +'USE STRICT'; (function(window, document, undefined){ -- cgit v1.2.3