mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
+ Fix "calling Function via Object.assign" test. Now fails on accesing "bind" first because new implementation is a bit more restrictive. + Fix "extend the class instance". Custom methods on instances are now allowed and ghosting (overridding) is explicitly not. + Add ghosting tests for class instances and plain objects.