Created
August 26, 2009 17:13
-
-
Save eligrey/175649 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without the configurable property, the unwatch method may fail with infinite recursion as the delete call fails to remove the property added by defineProperty. V8 blows up without
configurable: true
which is expected behavior.