hasharray/revaluate.js

Replace function prototypes

Closed this issue · 2 comments

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

This is not necessary if #8 gets implemented.

Opting for #8 to retain original function identities.