1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-07 00:12:25 +02:00
TableFilter/src/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;
});