Or does it fire another unique event?
Any input on how else could I have figured this out on my own (other then searching stackoverflow and reading bb documentation) is welcome. 10x.
Or does it fire another unique event? Any input on how else could I
Share
Collection.updatedoesn’t seem to fire any special events.addandremoveevents are fired for added and removed models, respectively.The best way to find out how Backbone works is to read the annotated backbone source code.