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

Clarification on 'Backbone.Model.extend' vs 'Backbone.Model'

lightonphiri opened this issue · comments

A new syntax for creating a Backbone.Model object is introduced on page 41 without explanation.

  • It would be great if the difference could be highlighted.
  • I did find an explanation on StackOverflow [1] though.

[1] http://stackoverflow.com/a/9096868/664424