dist/ember-template-compiler.js in ember-source-2.8.1 vs dist/ember-template-compiler.js in ember-source-2.8.2

- old
+ new

@@ -4,11 +4,11 @@ * @copyright Copyright 2011-2016 Tilde Inc. and contributors * Portions Copyright 2006-2011 Strobe Inc. * Portions Copyright 2008-2011 Apple Inc. All rights reserved. * @license Licensed under MIT license * See https://raw.github.com/emberjs/ember.js/master/LICENSE - * @version 2.8.1 + * @version 2.8.2 */ var enifed, requireModule, require, Ember; var mainContext = this; @@ -11655,10 +11655,10 @@ exports.default = {}; }); enifed("ember/version", ["exports"], function (exports) { "use strict"; - exports.default = "2.8.1"; + exports.default = "2.8.2"; }); enifed("htmlbars-compiler", ["exports", "htmlbars-compiler/compiler"], function (exports, _htmlbarsCompilerCompiler) { "use strict"; exports.compile = _htmlbarsCompilerCompiler.compile;