Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created August 25, 2014 20:01
Show Gist options
  • Save chrislaughlin/613a37570eb50bb81098 to your computer and use it in GitHub Desktop.
Save chrislaughlin/613a37570eb50bb81098 to your computer and use it in GitHub Desktop.
onChange: function(){},
onFoo: function(){},
onBar: function(){}
// changed to
onChange: $.noop,
onFoo: $.noop,
onBar: $.noop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment