elfinder.fallback.js 235 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 (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; }));