dist/ember-template-compiler.js in ember-source-1.13.1.1 vs dist/ember-template-compiler.js in ember-source-1.13.2
- 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.13.1
+ * @version 1.13.2
*/
(function() {
var enifed, requireModule, eriuqer, requirejs, Ember;
var mainContext = this;
@@ -3255,11 +3255,11 @@
cross-platform libraries such as jQuery. For more details, see
[Ember-Runtime](http://emberjs.com/api/modules/ember-runtime.html).
@class Ember
@static
- @version 1.13.1
+ @version 1.13.2
@public
*/
if ('undefined' === typeof Ember) {
// Create core object. Make it act like an instance of Ember.Namespace so that
@@ -3287,15 +3287,15 @@
/**
The semantic version.
@property VERSION
@type String
- @default '1.13.1'
+ @default '1.13.2'
@static
@public
*/
- Ember.VERSION = '1.13.1';
+ Ember.VERSION = '1.13.2';
/**
The hash of environment variables used to control various configuration
settings. To specify your own or override default settings, add the
desired properties to a global hash named `EmberENV` (or `ENV` for
@@ -12397,10 +12397,10 @@
}
options.plugins = plugins;
options.buildMeta = function buildMeta(program) {
return {
- revision: "Ember@1.13.1",
+ revision: "Ember@1.13.2",
loc: program.loc,
moduleName: options.moduleName
};
};
\ No newline at end of file