Skip to content

Commit

Permalink
fix: Return 'this' from Array#rerender
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Sep 20, 2016
1 parent 91c1646 commit fdbd1e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/array/rerender.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ export default function rerender(eventOptions = {}) {
}
});
}

return this;
}

0 comments on commit fdbd1e8

Please sign in to comment.