dist/ember-template-compiler.prod.js in ember-source-1.2.2 vs dist/ember-template-compiler.prod.js in ember-source-1.3.0.beta.1

- old
+ new

@@ -6,11 +6,11 @@ // License: Licensed under MIT license // See https://raw.github.com/emberjs/ember.js/master/LICENSE // ========================================================================== - // Version: 1.2.2 + // Version: 1.3.0-beta.1 (function() { /** @module ember @submodule ember-handlebars-compiler @@ -194,10 +194,10 @@ // // So we alter the compiled template function to pass the name of the helper // instead, as expected. // // This can go away once the following is closed: -// https://github.com/wycats/handlebars.js/issues/617 +// https://github.com/wycats/handlebars.js/issues/634 var DOT_LOOKUP_REGEX = /helpers\.(.*?)\)/, BRACKET_STRING_LOOKUP_REGEX = /helpers\['(.*?)'/, INVOCATION_SPLITTING_REGEX = /(.*blockHelperMissing\.call\(.*)(stack[0-9]+)(,.*)/;