1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-23 16:52:26 +02:00
TableFilter/dist/modules/loader.js

7 lines
128 B
JavaScript
Raw Normal View History

2014-10-26 11:48:13 +01:00
define(['../core'], function (require) {
'use strict';
console.log(arguments);
function Loader(){}
return Loader;
});