dist/ember.debug.js in ember-source-2.15.2 vs dist/ember.debug.js in ember-source-2.15.3
- old
+ new
@@ -4,11 +4,11 @@
* @copyright Copyright 2011-2017 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.15.2
+ * @version 2.15.3
*/
var enifed, requireModule, Ember;
var mainContext = this; // Used in ember-environment/lib/global.js
@@ -9442,10 +9442,11 @@
result = iterator.next();
}
};
var noop = function () {};
+ var SET_TIMEOUT = setTimeout;
var Backburner = function () {
function Backburner(queueNames) {
var _this = this;
@@ -9478,11 +9479,11 @@
};
platform.clearTimeout = _platform.clearTimeout || function (id) {
return clearTimeout(id);
};
platform.next = _platform.next || function (fn) {
- return platform.setTimeout(fn, 0);
+ return SET_TIMEOUT(fn, 0);
};
platform.clearNext = _platform.clearNext || platform.clearTimeout;
platform.now = _platform.now || function () {
return Date.now();
};
@@ -48231,10 +48232,10 @@
}
});
enifed("ember/version", ["exports"], function (exports) {
"use strict";
- exports.default = "2.15.2";
+ exports.default = "2.15.3";
});
enifed("handlebars", ["exports"], function (exports) {
"use strict";
// File ignored in coverage tests via setting in .istanbul.yml