immutable-object icon indicating copy to clipboard operation
immutable-object copied to clipboard

Make `__isImmutableObject__` flag not enumerable

Open parshap opened this issue 11 years ago • 0 comments
trafficstars

This changes ImmutableObject.prototype.__isImmutableObject__ to be defined as a non-enumerable property of the ImmutableObject prototype instead of being defined by assignment (which results in an enumerable property).

parshap avatar Apr 15 '14 21:04 parshap