hasharray / revaluate.js

non destructive code revaluation
https://revaluate.js.org
2 stars 0 forks source link

Replace function prototypes #4

Closed caspervonb closed 8 years ago

caspervonb commented 8 years ago

Prototype should be replaced, or rather re-assigned (meaning, keeping its original object reference but swapping outs its properties).

caspervonb commented 8 years ago

This is not necessary if #8 gets implemented.

caspervonb commented 8 years ago

Opting for #8 to retain original function identities.