1
0
Fork 0
easejs/lib
Mike Gerwitz 91a47e4dcd [Bug Fix] Concrete class constructor is no longer invoked on extend
- The ctor must be instantiated for use in the prototype chain
- This was working in the past, but apparently no test existed for it and
  refactoring broke it
2011-05-10 23:32:13 -04:00
..
class.js Moved attachId() to class_builder 2011-03-29 00:15:16 -04:00
class_builder.js [Bug Fix] Concrete class constructor is no longer invoked on extend 2011-05-10 23:32:13 -04:00
interface.js Using __dirname for modules rather than relative path 2011-03-27 02:02:04 -04:00
member_builder.js Fix for overriding protected with protected 2011-04-13 14:48:20 -04:00
prop_parser.js Multiple spaces now properly handled in keyword parser 2011-01-18 19:33:33 -05:00
propobj.js propobj doSetup() param doc fix 2011-04-13 19:53:22 -04:00
util.js util.clone() no longer falsely attempts to clone functions 2011-04-05 23:47:08 -04:00