canvas-prime
canvas-prime copied to clipboard
Replace Class Inheritance Script
Right now John Resig's JavaScript Prototypical Inheritance script works for what we need, but it suffers from some speed issues and doesn't quite meed the needs of the engine. It needs to be re-written and replaced at some point.
ECMA Script 5 has OOP class methods built in it seems. Might be a good option.