Files
ave-cms-alt/lib/redactor/elfinder/js/i18n/elfinder.fallback.js
2025-09-18 17:05:50 +05: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;
}));