¡@

Home 

javascript Programming Glossary: genericview

Sub Class a Backbone.View Sub Class & retain events

http://stackoverflow.com/questions/6968487/sub-class-a-backbone-view-sub-class-retain-events

of Backbone.View which has a close event listener. var GenericView Backbone.View.extend events click .close close close function.. classes above event object. E.g. var ImplementedView new GenericView setting this will stop 'close' in Super Class from triggering.. good. Can any one comment on this var ImplementedView new GenericView initialize function options _.extend this.events click .submit..