ember-source 6.12.0-beta.1 → 6.12.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 6.12.0-beta.1
8
+ * @version 6.12.0-beta.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -5,7 +5,7 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 6.12.0-beta.1
8
+ * @version 6.12.0-beta.2
9
9
  */
10
10
  /* eslint-disable no-var */
11
11
  /* globals global globalThis self */
@@ -2845,7 +2845,7 @@ var define, require;
2845
2845
  }, Symbol.toStringTag, { value: 'Module' });
2846
2846
 
2847
2847
  // this file gets replaced with the real value during the build
2848
- const Version = '6.12.0-beta.1';
2848
+ const Version = '6.12.0-beta.2';
2849
2849
 
2850
2850
  const emberVersion = /*#__PURE__*/Object.defineProperty({
2851
2851
  __proto__: null,
@@ -43851,7 +43851,7 @@ var define, require;
43851
43851
  nextSibling: null
43852
43852
  }), layout, dynamicScope);
43853
43853
  let result = this.result = iterator.sync();
43854
- associateDestroyableChild(owner, result);
43854
+ associateDestroyableChild(this, result);
43855
43855
  this.render = errorLoopTransaction(() => {
43856
43856
  if (isDestroying(result) || isDestroyed(result)) return;
43857
43857
  return result.rerender({