Skip to content

Commit 161d86f

Browse files
committed
Cleanup
1 parent 8993f33 commit 161d86f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • packages/@ember/-internals/glimmer/lib/component-managers

packages/@ember/-internals/glimmer/lib/component-managers/curly.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ export default class CurlyComponentManager
286286
beginUntrackFrame();
287287
let component = ComponentClass.create(props);
288288

289-
// Set internal symbol-keyed properties directly on the instance.
290-
// These are not passed through create() because Object.keys() doesn't
291-
// enumerate Symbol properties.
292-
(component as any)[ARGS] = capturedArgs;
293-
(component as any)[HAS_BLOCK] = hasBlock;
294-
295289
let finalizer = _instrumentStart('render.component', initialRenderInstrumentDetails, component);
296290

297291
// We become the new parentView for downstream components, so save our

0 commit comments

Comments
 (0)