Skip to content

Commit 624b810

Browse files
authored
Merge pull request #686 from ryanturner10/master
Fixed button "destroy" typo in button
2 parents 29c59a8 + 4fcf129 commit 624b810

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)