Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Jan 27, 2022
1 parent 0b1ac29 commit e202439
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 267 deletions.
4 changes: 0 additions & 4 deletions src/examples/pagination/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ export class PaginateLiveViewComponent extends BaseLiveViewComponent<PaginateCon
return join(links, "")
}

// range(size: number, startAt: number = 0): ReadonlyArray<number> {
// return [...Array(size).keys()].map(i => i + startAt);
// }

paginationLink(text: string, pageNum: number, perPageNum: number, className: string) {
const page = String(pageNum);
const perPage = String(perPageNum);
Expand Down
263 changes: 0 additions & 263 deletions src/server/templates/helpers/options_for_select.test.ts

This file was deleted.

0 comments on commit e202439

Please sign in to comment.