Skip to content

Commit

Permalink
code conventions adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncook authored Sep 12, 2017
1 parent 80c0963 commit 46191b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/nz-pagination.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class NzPaginationComponent {

_jumpPage(index) {
if (index === this._firstIndex - 1 || index === this._lastIndex + 1 || index === this.nzPageIndex) {
return
return ;
}

if (index < this._firstIndex) {
Expand Down

0 comments on commit 46191b8

Please sign in to comment.