Skip to content

Commit 4fcf129

Browse files
author
Ryan Turner
committed
Fixed button "destroy" typo
1 parent 29c59a8 commit 4fcf129

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)