Skip to content

Commit

Permalink
modified comment to be more indicative...
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvaray committed Feb 25, 2014
1 parent 99b485c commit f9aa28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone-associations.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
});
},

// Returns new `collection` of type `relation.relatedModel`.
// Returns new `collection` (or derivatives) of type `options.model`.
_createCollection: function (type, options) {
return new type([], options);
},
Expand Down

0 comments on commit f9aa28c

Please sign in to comment.