Initial version

This commit is contained in:
2018-01-17 14:09:34 -05:00
commit fa05241a63
52 changed files with 7254 additions and 0 deletions

12
src/ui-class-names.js Normal file
View 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 = '';
});