dist/ember-runtime.js in ember-source-1.4.0.beta.5 vs dist/ember-runtime.js in ember-source-1.4.0.beta.6

- 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.4.0-beta.5 + * @version 1.4.0-beta.6 */ (function() { /*global __fail__*/ @@ -207,11 +207,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.4.0-beta.5 + * @version 1.4.0-beta.6 */ (function() { var define, requireModule, require, requirejs; @@ -290,11 +290,11 @@ The core Runtime framework is based on the jQuery API with a number of performance optimizations. @class Ember @static - @version 1.4.0-beta.5 + @version 1.4.0-beta.6 */ 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. @@ -317,13 +317,13 @@ /** @property VERSION @type String - @default '1.4.0-beta.5' + @default '1.4.0-beta.6' @static */ -Ember.VERSION = '1.4.0-beta.5'; +Ember.VERSION = '1.4.0-beta.6'; /** Standard environmental variables. You can define these in a global `EmberENV` variable before loading Ember to control various configuration settings.