1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 22:06:41 +02:00
TableFilter/frags/start.sort.frag
2015-03-14 22:00:38 +11:00

10 lines
275 B
JavaScript

(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory;
} else {
root.AdapterSortableTable = factory();
}
})(this, function() {