1
0
Fork 0
easejs/lib
Mike Gerwitz 44186068b4 Class constructors are now self-invoking
- Permits omitting 'new' keyword, which is a style preferred by some (such as Crockford)
- It's very difficult to use apply() with the 'new' keyword - this method permits a simple way of passing an argument list to the constructor
2010-12-28 19:05:53 -05:00
..
class.js Class constructors are now self-invoking 2010-12-28 19:05:53 -05:00
interface.js Added extend method to Interface 2010-12-01 23:27:31 -05:00
prop_parser.js Renamed prop_parse.{parse => parseKeywords} 2010-12-27 23:12:37 -05:00
util.js Renamed prop_parse.{parse => parseKeywords} 2010-12-27 23:12:37 -05:00