arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Fire at most one event - jQuery.one functionality #79

Closed abdielou closed 4 years ago

abdielou commented 12 years ago

Is there a way to achieve something similar to jQuery.one? Preferably by binding the event to the controller and not via this.view.$().one()