Skip to content

Commit

Permalink
Revert "fixed bug in model.load's sample"
Browse files Browse the repository at this point in the history
This reverts commit 7385667.
  • Loading branch information
eerenyuan committed Sep 15, 2018
1 parent 919c763 commit 30ffc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Expand Up @@ -847,7 +847,7 @@ const BookshelfModel = ModelBase.extend({
* eager loading.
*
* @example
* Posts.fetchAll().then(function(collection) {
* new Posts().fetch().then(function(collection) {
* collection.at(0)
* .load(['author', 'content', 'comments.tags'])
* .then(function(model) {
Expand Down

0 comments on commit 30ffc63

Please sign in to comment.