Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
return save() promise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel committed Sep 21, 2015
1 parent 371ee21 commit 446fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/pinnedLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// change pinned link into a history link and update pin state
this._makeHistoryLink(aLink);
this.links[aIndex] = aLink;
this.save();
return this.save();
},

/**
Expand Down

0 comments on commit 446fd14

Please sign in to comment.