dist/ember-template-compiler.js in ember-source-1.10.0 vs dist/ember-template-compiler.js in ember-source-1.10.1

- old
+ new

@@ -3,11 +3,11 @@ * @copyright Copyright 2011-2014 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 1.10.0 + * @version 1.10.1 */ (function() { var define, requireModule, require, requirejs, Ember; @@ -112,11 +112,11 @@ The core Runtime framework is based on the jQuery API with a number of performance optimizations. @class Ember @static - @version 1.10.0 + @version 1.10.1 */ if ('undefined' === typeof Ember) { // Create core object. Make it act like an instance of Ember.Namespace so that // objects assigned to it are given a sane string representation. @@ -139,13 +139,13 @@ /** @property VERSION @type String - @default '1.10.0' + @default '1.10.1' @static */ - Ember.VERSION = '1.10.0'; + Ember.VERSION = '1.10.1'; /** Standard environmental variables. You can define these in a global `EmberENV` variable before loading Ember to control various configuration settings. \ No newline at end of file