dist/ember-template-compiler.js in ember-source-2.4.2 vs dist/ember-template-compiler.js in ember-source-2.4.3
- old
+ new
@@ -4,11 +4,11 @@
* @copyright Copyright 2011-2016 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 2.4.2
+ * @version 2.4.3
*/
var enifed, requireModule, require, requirejs, Ember;
var mainContext = this;
@@ -4097,11 +4097,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 2.4.2
+ @version 2.4.3
@public
*/
if ('undefined' === typeof Ember) {
// Create core object. Make it act like an instance of Ember.Namespace so that
@@ -4139,15 +4139,15 @@
/**
The semantic version.
@property VERSION
@type String
- @default '2.4.2'
+ @default '2.4.3'
@static
@public
*/
- Ember.VERSION = '2.4.2';
+ Ember.VERSION = '2.4.3';
/**
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
@@ -12815,10 +12815,10 @@
options.plugins = plugins;
options.buildMeta = function buildMeta(program) {
return {
fragmentReason: fragmentReason(program),
- revision: 'Ember@2.4.2',
+ revision: 'Ember@2.4.3',
loc: program.loc,
moduleName: options.moduleName
};
};
\ No newline at end of file