Skip to content

Instantly share code, notes, and snippets.

@roman-manchenko
Created August 9, 2012 08:55
Show Gist options
  • Save roman-manchenko/3302465 to your computer and use it in GitHub Desktop.
Save roman-manchenko/3302465 to your computer and use it in GitHub Desktop.
postItem = {
toggleEvents: function(status) {
var events = _.isFunction(this.events) ? this.events() : this.events
this[status? 'undelegateEvents' : 'delegateEvents'](events);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment