elfinder.fallback.js 235 B

1234567891011
  1. (function(factory) {
  2. if (typeof define === 'function' && define.amd) {
  3. define(factory);
  4. } else if (typeof exports !== 'undefined') {
  5. module.exports = factory();
  6. } else {
  7. factory();
  8. }
  9. }(this, function() {
  10. return void 0;
  11. }));