1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 19:36:41 +02:00
TableFilter/dist/modules/loader.js
2014-10-26 21:48:13 +11:00

7 lines
128 B
JavaScript

define(['../core'], function (require) {
'use strict';
console.log(arguments);
function Loader(){}
return Loader;
});