Mike Gerwitz
|
a3cf31aa40
|
Tests now explicitly specify relative path to tested module
- Certain modules otherwise have naming conflicts (e.g. util in node.js is loaded instead)
|
2010-12-21 22:51:42 -05:00 |
Mike Gerwitz
|
16a91b728e
|
Methods can no longer be overridden with non-methods (anything other than a Function)
|
2010-11-10 23:42:26 -05:00 |
Mike Gerwitz
|
0c963d1d00
|
Added access to parent prototype via parent property
|
2010-11-10 22:54:24 -05:00 |
Mike Gerwitz
|
607bbf7f4c
|
Added support for _super method
- Motivation from John Reisg's "Simple Javascript Inheritance": http://ejohn.org/blog/simple-javascript-inheritance/
|
2010-11-10 22:49:27 -05:00 |
Mike Gerwitz
|
6ea6fd0bb7
|
Began adding parent tests (parent method call currently fails)
|
2010-11-10 22:19:50 -05:00 |