diff --git a/index.html b/index.html index 721b364d..d52eccde 100644 --- a/index.html +++ b/index.html @@ -1917,6 +1917,9 @@ var book = library.get(110); "sort" comparator functions take two models, and return -1 if the first model should come before the second, 0 if they are of the same rank and 1 if the first model should come after. + Note that Backbone depends on the arity of your comparator function to + determine between the two styles, so be careful if your comparator function + is bound.