Skip to content

Commit

Permalink
Merge pull request jashkenas#2454 from gsamokovarov/remove-leftover-u…
Browse files Browse the repository at this point in the history
…rl-docs

Remove leftover attachable url documentation
  • Loading branch information
braddunbar committed Apr 1, 2013
2 parents 624a507 + 5e68330 commit 4b7b0d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1611,8 +1611,7 @@ <h2 id="Collection">Backbone.Collection</h2>
<pre>
var tabs = new TabSet([tab1, tab2, tab3]);
var spaces = new Backbone.Collection([], {
model: Space,
url: '/spaces'
model: Space
});
</pre>

Expand Down

0 comments on commit 4b7b0d1

Please sign in to comment.