Skip to content

Commit 59cfa18

Browse files
committed
Cleanup
1 parent fbdc928 commit 59cfa18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grid-spf/pager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ $.widget( "spf.pager", {
5959
},
6060

6161
prev: function() {
62-
this.page( this.page() - 1 )
62+
this.page( this.page() - 1 );
6363
},
6464

6565
next: function() {
66-
this.page( this.page() + 1 )
66+
this.page( this.page() + 1 );
6767
},
6868

6969
nextStep: function() {

0 commit comments

Comments
 (0)