Skip to content

Commit

Permalink
Merge 48a0a2e into 108821e
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 1, 2019
2 parents 108821e + 48a0a2e commit 986d0d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ MDLPaginationComponent >> pageSelectionComponent [
String
streamContents: [ :s |
s
<< int;
print: int;
<< ' of ';
<< self numberOfPages ] ]
print: self numberOfPages ] ]
callback: [ :int | self currentPage: int ]
selectedObject: self currentPage)
beAutoSubmit;
Expand Down

0 comments on commit 986d0d1

Please sign in to comment.