dist/ember-template-compiler.js in ember-source-1.8.0.beta.5 vs dist/ember-template-compiler.js in ember-source-1.8.0
- old
+ new
@@ -1,8 +1,13 @@
(function() {
var Ember = { assert: function() {}, FEATURES: { isEnabled: function() {} } };
/* global Handlebars:true */
+// Remove "use strict"; from transpiled module (in browser builds only) until
+// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed
+//
+// REMOVE_USE_STRICT: true
+
/**
@module ember
@submodule ember-handlebars-compiler
*/
\ No newline at end of file