dist/ember-runtime.js in ember-source-1.11.0.beta.3 vs dist/ember-runtime.js in ember-source-1.11.0.beta.4
- old
+ new
@@ -3,11 +3,11 @@
* @copyright Copyright 2011-2015 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.11.0-beta.3.780ac356
+ * @version 1.11.0-beta.4.a4140e29
*/
(function() {
var enifed, requireModule, eriuqer, requirejs, Ember;
var mainContext = this;
@@ -4945,11 +4945,11 @@
The core Runtime framework is based on the jQuery API with a number of
performance optimizations.
@class Ember
@static
- @version 1.11.0-beta.3.780ac356
+ @version 1.11.0-beta.4.a4140e29
*/
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.
@@ -4973,13 +4973,13 @@
/**
@property VERSION
@type String
- @default '1.11.0-beta.3.780ac356'
+ @default '1.11.0-beta.4.a4140e29'
@static
*/
- Ember.VERSION = '1.11.0-beta.3.780ac356';
+ Ember.VERSION = '1.11.0-beta.4.a4140e29';
/**
Standard environmental variables. You can define these in a global `EmberENV`
variable before loading Ember to control various configuration settings.