Skip to content

Commit 46ba683

Browse files
committed
Merge branch 'master' of github.com:metafizzy/infinite-scroll
2 parents 20c4c72 + 624b810 commit 46ba683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ InfiniteScroll.create.button = function() {
4040

4141
InfiniteScroll.destroy.button = function() {
4242
if ( this.button ) {
43-
this.button.destory();
43+
this.button.destroy();
4444
}
4545
};
4646

0 commit comments

Comments
 (0)