Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Keyword new interpreted specially, remove from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anantn committed Nov 22, 2013
1 parent 39d90dc commit 35e3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ Cretes and adds a new model to the collection. The newly created model is
returned, along with a `id` property (uniquely generated by Firebase).

``` js
var newModel = Messages.create({bar: "foo"});
Messages.get(newModel.id);
var model = Messages.create({bar: "foo"});
Messages.get(model.id);
```

Backbone.Firebase.Model
Expand Down

0 comments on commit 35e3eb3

Please sign in to comment.