dist/ember-runtime.js in ember-source-1.9.0 vs dist/ember-runtime.js in ember-source-1.9.1

- old
+ new

@@ -3,11 +3,11 @@ * @copyright Copyright 2011-2014 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.9.0 + * @version 1.9.1 */ (function() { var define, requireModule, require, requirejs, Ember; @@ -4809,11 +4809,11 @@ The core Runtime framework is based on the jQuery API with a number of performance optimizations. @class Ember @static - @version 1.9.0 + @version 1.9.1 */ 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. @@ -4836,13 +4836,13 @@ /** @property VERSION @type String - @default '1.9.0' + @default '1.9.1' @static */ - Ember.VERSION = '1.9.0'; + Ember.VERSION = '1.9.1'; /** Standard environmental variables. You can define these in a global `EmberENV` variable before loading Ember to control various configuration settings.