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

Commit

Permalink
Bookmarks for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Nov 24, 2014
1 parent 7cbda00 commit 3ac3da7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ var TodoList = Backbone.Firebase.Collection.extend({
});
```

### url as a function

### initialize function

Any models added to the collection will be synchronized to the provided Firebase. Any other clients
using the Backbone binding will also receive `add`, `remove` and `changed` events on the collection
as appropriate.
Expand Down

0 comments on commit 3ac3da7

Please sign in to comment.