addyosmani / backbone-fundamentals

:book: A creative-commons book on Backbone.js for beginners and advanced users alike
http://addyosmani.github.io/backbone-fundamentals/
9.24k stars 1.4k forks source link

Confusing sentence #647

Open adamzerner opened 9 years ago

adamzerner commented 9 years ago

I'm not sure what the following sentence is saying, and I suspect that there's a typo.

If you’ve read the earlier chapter on AMD, you may have noticed that explicitly needing to define each dependency a Backbone module (view, collection or other module) may require with it can get a little tedious.

addyosmani commented 9 years ago

Thanks for catching this. I believe there may need to be a "dependency as a Backbone module" may be what I originally intended on writing there. I'll have a read through to determine if this can be made clearer.