UNPKG
elfinder-dotneet
Version:
latest (2.1.29-r2)
2.1.29
2.1.29-r2
2.1.29-r1
File manager for web
github.com/dotneet/
Studio-42/elFinder
elfinder-dotneet
/
build
/
js
/
i18n
/
elfinder.fallback.js
12 lines
(11 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
(
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
; }));