Joined March 2012
·

brandon flowers

hybrid designer/developer at intelliresponse
·
toronto
·
·
·

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.

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,304 Total ProTip Views