jumpserver/apps/static/plugins/elfinder/i18n/elfinder.fallback.js

12 lines
235 B
JavaScript
Raw Normal View History

2018-09-21 08:37:33 +00:00
(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;
}));