Initial version
This commit is contained in:
12
src/ui-class-names.js
Normal file
12
src/ui-class-names.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/* global mixitup */
|
||||
|
||||
mixitup.UiClassNames.registerAction('afterConstruct', 'pagination', function() {
|
||||
this.first = '';
|
||||
this.last = '';
|
||||
this.prev = '';
|
||||
this.next = '';
|
||||
this.first = '';
|
||||
this.last = '';
|
||||
this.truncated = '';
|
||||
this.truncationMarker = '';
|
||||
});
|
||||
Reference in New Issue
Block a user