Skip to content

Commit 315604d

Browse files
committed
Remove reference to isInternalSymbol
1 parent e6fb6a9 commit 315604d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/@ember/object/core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ class CoreObject {
271271
// init called will be set on the proxy, not the target, so get with the receiver
272272
!initCalled!.has(receiver) ||
273273
typeof property === 'symbol' ||
274-
isInternalSymbol(property) ||
275274
property === 'toJSON' ||
276275
property === 'toString' ||
277276
property === 'toStringExtension' ||

0 commit comments

Comments
 (0)