ftlabs / fruitmachine

View rendering engine
MIT License
247 stars 18 forks source link

Fire events on 'appendTo; and 'inject' #14

Closed wilsonpage closed 11 years ago

wilsonpage commented 11 years ago

Sometimes views need to respond when they have been put into the DOM. Ii the web app we need a view to fade in when it is placed into the DOM. By listening to an 'appended' or 'injected' event we could do this.

wilsonpage commented 11 years ago

Fixed