Skip to content

Instantly share code, notes, and snippets.

@julesbou
Created March 11, 2016 17:16
Show Gist options
  • Save julesbou/e3bba116c71b45a3e78a to your computer and use it in GitHub Desktop.
Save julesbou/e3bba116c71b45a3e78a to your computer and use it in GitHub Desktop.
var model = new Backbone.Model();
model.debugEvents();
model.trigger('change', 'foo', 'bar'); // event “change” with ['foo', 'bar']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment