dist/ember.prod.js in ember-source-2.18.1 vs dist/ember.prod.js in ember-source-2.18.2

- 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.18.1 + * @version 2.18.2 */ /*global process */ var enifed, requireModule, Ember; var mainContext = this; // Used in ember-environment/lib/global.js @@ -17123,12 +17123,15 @@ // `didCreate` to prevent errors when removing and adding a component // with the same name (would throw an error when added to view registry) for (i = 0; i < destroyedComponents.length; i++) { destroyedComponents[i].destroy(); } - _GlimmerEnvironment.prototype.commit.call(this); - this.inTransaction = false; + try { + _GlimmerEnvironment.prototype.commit.call(this); + } finally { + this.inTransaction = false; + } }; return Environment; }(_runtime.Environment); @@ -43894,10 +43897,10 @@ */ }); enifed("ember/version", ["exports"], function (exports) { "use strict"; - exports.default = "2.18.1"; + exports.default = "2.18.2"; }); /*global enifed */ enifed('node-module', ['exports'], function(_exports) { var IS_NODE = typeof module === 'object' && typeof module.require === 'function'; if (IS_NODE) {