systemapic / systemapic.js

Systemapic Javascript API
https://systemapic.com
0 stars 3 forks source link

Clean up Wu.Evented #196

Open knutole opened 8 years ago

knutole commented 8 years ago
  1. Make sure all functions / events follow same naming, ie. layerEnabled -> _onLayerEnabled. Must check all code for fn names when changing.
  2. Add all events to Wu.Evented
  3. Have all classes inherit from Wu.Evented. Currently there are inheritances from Wu.Model, Wu.Pane etc.