Skip to content

Instantly share code, notes, and snippets.

@n1k0
Created June 24, 2013 09:50
Show Gist options
  • Save n1k0/5848989 to your computer and use it in GitHub Desktop.
Save n1k0/5848989 to your computer and use it in GitHub Desktop.
--
[11:49:56.575] var Model = Backbone.Model.extend({initialize: function() {this.on("change:foo", console.log)}})
[11:49:56.577] undefined
[11:49:58.122] m = new Model({foo: "plop"})
[11:49:58.124] [object Object]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment