diff options
author | Robert Ing <rmi22186@gmail.com> | 2015-01-01 16:11:10 -0800 |
---|---|---|
committer | Robert Ing <rmi22186@gmail.com> | 2015-01-01 16:11:10 -0800 |
commit | 4d9e33dfd69f8e711f56052b1562350e52fec351 (patch) | |
tree | 3b717a3a5380f1ae70ecb5bd9086948dec0ed0ef /examples/modular-backbone-updated/js/router.js | |
parent | 26860068e15c2217ebffa0e51ae9879df6decacd (diff) | |
download | backbonetutorials-4d9e33dfd69f8e711f56052b1562350e52fec351.zip backbonetutorials-4d9e33dfd69f8e711f56052b1562350e52fec351.tar.gz backbonetutorials-4d9e33dfd69f8e711f56052b1562350e52fec351.tar.bz2 |
Update index.html
Clarified line 197 by adding a few commas to provide natural pauses to increase readability. I am new to Backbone and think this is a great resource. I changed:
So we can bind the change listener to individual attributes or if we like simply 'this.on("change", function(model){});' to listen for changes to all attributes of the model.
to
So we can bind the change listener to individual attributes, or, if we like, simply 'this.on("change", function(model){});' to listen for changes to all attributes of the model.
Diffstat (limited to 'examples/modular-backbone-updated/js/router.js')
0 files changed, 0 insertions, 0 deletions