Commit Graph

7 Commits (6f7543e9cc5ad81263715bd5ea9962b88dd6296b)

Author SHA1 Message Date
ansuz e44446f71e proper recursive proxy initialization 2016-06-02 17:49:27 +02:00
ansuz fea74782a2 remove a little more dead code that I missed 2016-06-01 12:35:42 +02:00
ansuz a58d6c745a implement remaining listeners and factor
* 'isProxyable' helper
* 'find' helper
* 'lengthDescending' helper (for sorting change/remove events by path length)
* implement recursive proxy creation
* implement recursive proxy removal
* implement 'bubbling' prevention (via return false)
* implement create, ready, and disconnect event handlers
* return 'this' from 'on'
* trim dead code
2016-06-01 12:28:25 +02:00
ansuz 3afd144562 don't make noise when adding a listener 2016-05-30 10:17:46 +02:00
ansuz e86a3567be more minor bugfixes and general improvements
off by one error in deletion loop (and undefined references)
sort listeners by pattern specificity
deletions are changes (for now)
2016-05-28 13:51:24 +02:00
ansuz 7c63219add fix some minor bugs 2016-05-28 13:15:06 +02:00
ansuz 55846044e1 rewrite underlying API. implement listeners 2016-05-28 00:48:10 +02:00