1
0
Fork 0
Commit Graph

4 Commits (77f98d2c149e949fe5d9e674e1cd2e3bcc2acbf4)

Author SHA1 Message Date
Mike Gerwitz 9f401d2fec Class#asPrototype support
This is an interop feature: allows using ease.js classes as part of a
prototype chain.
2014-04-26 10:00:02 -04:00
Mike Gerwitz af89465a3e Test case to protect agaist retval regressions when extending prototypes 2014-04-26 00:57:26 -04:00
Mike Gerwitz c2e7fc5071 Prototype supertype property proxy fix
This was a nasty bug that I discovered when working on a project at work
probably over a year ago. I had worked around it, but ease.js was largely
stalled at the time; with it revitalized by GNU, it's finally getting fixed.

See test case comments for more information.
2014-04-26 00:57:26 -04:00
Mike Gerwitz 62414a4294 Overriding vanilla prototype methods no longer errors
This is something that I've been aware of for quite some time, but never got
around to fixing; ease.js had stalled until it was revitalized by becoming a
GNU project.
2014-04-26 00:57:26 -04:00