dist/ember-runtime.js in ember-source-1.1.2 vs dist/ember-runtime.js in ember-source-1.1.3

- old
+ new

@@ -1,6 +1,6 @@ - // Version: 1.1.2 + // Version: 1.1.3 (function() { /*global __fail__*/ /** @@ -172,11 +172,11 @@ } } })(); - // Version: 1.1.2 + // Version: 1.1.3 (function() { var define, requireModule; (function() { @@ -237,11 +237,11 @@ The core Runtime framework is based on the jQuery API with a number of performance optimizations. @class Ember @static - @version 1.1.2 + @version 1.1.3 */ 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. @@ -264,13 +264,13 @@ /** @property VERSION @type String - @default '1.1.2' + @default '1.1.3' @final */ -Ember.VERSION = '1.1.2'; +Ember.VERSION = '1.1.3'; /** Standard environmental variables. You can define these in a global `ENV` variable before loading Ember to control various configuration settings.