Skip to content

Commit 86c25f6

Browse files
committed
cancel wasn’t used anywhere!
1 parent ff6bd8d commit 86c25f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Plugins/Pagination.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ class Pagination {
202202
}
203203
}
204204

205-
// TODO this name is not good
206-
// “To cancel” means to not write the original root template
207-
cancel() {
208-
return this.hasPagination();
209-
}
210-
211205
getPageCount() {
212206
if (!this.hasPagination()) {
213207
return 0;

0 commit comments

Comments
 (0)