12 lines
378 B
JavaScript
12 lines
378 B
JavaScript
/* global mixitup */
|
|
|
|
mixitup.UiClassNames.registerAction('afterConstruct', 'pagination', function() {
|
|
this.first = '';
|
|
this.last = '';
|
|
this.prev = '';
|
|
this.next = '';
|
|
this.first = '';
|
|
this.last = '';
|
|
this.truncated = '';
|
|
this.truncationMarker = '';
|
|
}); |