1
0
Fork 0
easejs/lib
Mike Gerwitz bc9e2bb7b2 Fix setting public properties
- This currently only works with ES5 engines
  - Fallback to follow so this will work with pre-ES5 engines
- As such, I do not recommend using this commit outside of ES5-compliant engines that work properly with getters/setters
  - This does NOT include IE8, as IE8 only works with getters/setters on DOM elements
2011-03-02 23:21:10 -05:00
..
class.js Fix setting public properties 2011-03-02 23:21:10 -05:00
interface.js Modified interface property message to be a bit more helpful in a likely common scenerio 2011-03-01 09:17:24 -05:00
member_builder.js Initial implementation of protected members 2011-03-02 20:43:24 -05:00
prop_parser.js Multiple spaces now properly handled in keyword parser 2011-01-18 19:33:33 -05:00
util.js util.propCopy() no longer needed 2011-01-24 23:38:27 -05:00