Mike Gerwitz
|
c29d3a15d7
|
Corrected line over 80 character mark
|
2010-12-28 13:21:48 -05:00 |
Mike Gerwitz
|
665b11e116
|
Removed forEach from tests to support engines that have not yet implemented that method (new in ES5)
|
2010-12-28 09:14:35 -05:00 |
Mike Gerwitz
|
2325bd9a8f
|
Resolved getter/setter test issues for browsers that do not support the functionality
- __define{Getter,Setter}__ had to be used rather than object notation due to syntax errors in older browsers
|
2010-12-28 09:02:23 -05:00 |
Mike Gerwitz
|
98fd1e7c7c
|
All tests now using common.require() to prepare for client-side testing
|
2010-12-21 23:25:12 -05:00 |
Mike Gerwitz
|
600e389b40
|
Refactored abstract method logic out of util.propCopy() into class extend()
|
2010-12-19 00:11:39 -05:00 |
Mike Gerwitz
|
ec27eb2286
|
Added index to propCopy() performDefault test message
|
2010-12-16 23:57:41 -05:00 |
Mike Gerwitz
|
6b6ffe0134
|
propCopy() parser function overrides can now invoke default functionality
|
2010-12-16 23:49:52 -05:00 |
Mike Gerwitz
|
a2c894b6bb
|
Added ability to override propCopy() parser functions
|
2010-12-16 21:11:07 -05:00 |
Mike Gerwitz
|
1e2e73c9f0
|
Began moving utility methods into their own module
|
2010-11-15 23:44:15 -05:00 |