sproutcore / guides

The guides source. Build and push to https://github.com/sproutcore-guides/sproutcore-guides.github.com.
http://guides.sproutcore.com/
110 stars 65 forks source link

Typo in Using Records and the Data Store guide #75

Closed ebastien closed 13 years ago

ebastien commented 13 years ago

At http://guides.sproutcore.com/records.html#using-your-models, when mentioning fixtures, there should be no '()' at the end of SC.Record.fixtures:

MyApp = SC.Application.create({
  // ...

  store: SC.Store.create().from(SC.Record.fixtures()),
});
gmoeck commented 13 years ago

This has been fixed in the master branch, and should show up on the guides site soon. Thanks for catching that.