fixing comments typo.

This commit is contained in:
Jeremy Ashkenas
2010-11-06 12:44:51 -04:00
parent 501b9ab36c
commit ee0cf27cdc

View File

@@ -285,7 +285,7 @@
return !this.id;
},
// Call this method to fire manually fire a `change` event for this model.
// Call this method to manually fire a `change` event for this model.
// Calling this will cause all objects observing the model to update.
change : function() {
this.trigger('change', this);