dsaffy
Results
1
issues of
dsaffy
Consider `model.set({key1: val1, key2: val2});` In traditional Backbone, this will set both keys to their respective values and then fire `change:key1` and `change:key2` events. In other words, Backbone guarantees the...
bug