1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-01 13:32:40 +02:00
TableFilter/frags/start.sort.frag

10 lines
275 B
GLSL
Raw Normal View History

2015-01-11 11:22:52 +01:00
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports === 'object') {
module.exports = factory;
} else {
2015-03-14 12:00:38 +01:00
root.AdapterSortableTable = factory();
2015-01-11 11:22:52 +01:00
}
})(this, function() {