dist/ember-template-compiler.prod.js in ember-source-1.3.0.beta.2 vs dist/ember-template-compiler.prod.js in ember-source-1.3.0.beta.3

- old
+ new

@@ -6,11 +6,11 @@ // License: Licensed under MIT license // See https://raw.github.com/emberjs/ember.js/master/LICENSE // ========================================================================== - // Version: 1.3.0-beta.2 + // Version: 1.3.0-beta.3 (function() { /** @module ember @submodule ember-handlebars-compiler @@ -21,11 +21,11 @@ function F() {} F.prototype = parent; return new F(); }; -var Handlebars = this.Handlebars || (Ember.imports && Ember.imports.Handlebars); +var Handlebars = (Ember.imports && Ember.imports.Handlebars) || (this && this.Handlebars); if (!Handlebars && typeof require === 'function') { Handlebars = require('handlebars'); } @@ -272,10 +272,10 @@ var options = { knownHelpers: { action: true, unbound: true, - bindAttr: true, + 'bind-attr': true, template: true, view: true, _triageMustache: true }, data: true,