addyosmani / backbone-fundamentals

:book: A creative-commons book on Backbone.js for beginners and advanced users alike

Home Page:http://addyosmani.github.io/backbone-fundamentals/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"it" is ambiguous

IanDarwin opened this issue · comments

"It also doesn’t prescribe a specific template engine - while you are free to use the Micro-templating offered by Underscore.js (one of its dependencies)"

"its" is a bit unclear here - do you mean that Underscore is one of Backbone's dependencies?

Thx

I've updated the paragraph to be more clear - I meant that Underscore is Backbone's only hard dependency and so while Backbone itself doesn't prescribe a micro-templating solution, Underscore has a simple one that can be used.