[Pkg-javascript-commits] [backbone] 54/173: Fix anchor tags in ModelId docs
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 029e0f783953efd65fc7f0c9277502fd2dc7554f
Author: Adam Krebs <amk528 at cs.nyu.edu>
Date: Thu Nov 12 14:29:12 2015 -0500
Fix anchor tags in ModelId docs
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 4a60749..c484b70 100644
--- a/index.html
+++ b/index.html
@@ -1779,13 +1779,13 @@ var Library = Backbone.Collection.extend({
<br />
Override this method to return the value the collection will use to
identify a model given its attributes. Useful for combining models from
- multiple tables with different <a href="Model-idAttribute"><tt>idAttribute</tt></a>
+ multiple tables with different <a href="#Model-idAttribute"><tt>idAttribute</tt></a>
values into a single collection.
</p>
<p>
By default returns the value of the attributes'
- <a href="Model-idAttribute"><tt>idAttribute</tt></a>
+ <a href="#Model-idAttribute"><tt>idAttribute</tt></a>
from the collection's model class or failing that, <tt>id</tt>. If
your collection uses a <a href="#Collection-model">model factory</a> and
those models have an <tt>idAttribute</tt> other than <tt>id</tt> you must
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list