dist/ember-template-compiler.js in ember-source-1.11.0.beta.2.2 vs dist/ember-template-compiler.js in ember-source-1.11.0.beta.3
- 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.2
+ * @version 1.11.0-beta.3.780ac356
*/
(function() {
var enifed, requireModule, eriuqer, requirejs, Ember;
var mainContext = this;
@@ -131,11 +131,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.2
+ @version 1.11.0-beta.3.780ac356
*/
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.
@@ -159,14 +159,14 @@
/**
@property VERSION
@type String
- @default '1.11.0-beta.2'
+ @default '1.11.0-beta.3.780ac356'
@static
*/
- Ember.VERSION = '1.11.0-beta.2';
+ Ember.VERSION = '1.11.0-beta.3.780ac356';
/**
Standard environmental variables. You can define these in a global `EmberENV`
variable before loading Ember to control various configuration settings.
@@ -593,10 +593,10 @@
exports['default'] = function() {
var disableComponentGeneration = true;
return {
- revision: 'Ember@1.11.0-beta.2',
+ revision: 'Ember@1.11.0-beta.3.780ac356',
disableComponentGeneration: disableComponentGeneration,
plugins: plugins['default']
};
\ No newline at end of file