Files
Studio-42-elFinder/js/i18n/elfinder.fallback.js
2016-11-26 22:06:10 +09:00

12 lines
235 B
JavaScript

(function(factory) {
if (typeof define === 'function' && define.amd) {
define(factory);
} else if (typeof exports !== 'undefined') {
module.exports = factory();
} else {
factory();
}
}(this, function() {
return void 0;
}));