play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

fix (ImageScaleView): add urlChanged event to image #59

Closed collingreen closed 9 years ago

collingreen commented 9 years ago

ImageScaleView requires a urlChanged event that was never being called (from inside timestep). Now setting the url on an image emits a urlChanged event, enabling ImageScaleView functionality.

collingreen commented 9 years ago

Discussion about this with @mgh - timestep would ideally not have this event and listeners at all. A fix for the underlying issues is in progress.

collingreen commented 9 years ago

Closing in lieu of https://github.com/gameclosure/timestep/pull/60