addyosmani / backbone-fundamentals

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

Word misspell or ... existing function? eland() #664

Open adamchenwei opened 9 years ago

adamchenwei commented 9 years ago

I saw this function eland(), and afterward with some rather (IMHO) irrelevant description of something else. I googled, but still can't find what is this for. Is this some sort of typo? If not, some elaboration will be really appreciated.

BB newbie

shils commented 9 years ago

If you're referring to the section listed under Views in the Internals chapter, that seems to have been fixed in the gh-pages branch. It should read $el and $(), referring to the $el property and $() function defined by Backbone.