Joined March 2012
·
Posted to
Using Backbone's new `listenTo`
over 1 year
ago
furthermore, you can simply listen to the change event similar to the model:
this.listenTo( myView.collection, "change", this.onViewCollectionChangeHandler );
On the handler, you will receive the updated model...
onViewCollectionChangeHandler: function(model) {
Achievements
70 Karma
2,497 Total ProTip Views

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

Forked
Have a project valued enough to be forked by someone else

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Charity
Fork and commit to someone's open source project in need
cool! I just applied this tip to Sublime 3. Once you open this file, you can use Save As and it should open that User folder. Also, to turn on spell checking, see View > Spell Check or press F6.