added elfinder module
This commit is contained in:
11
sites/all/libraries/elfinder/js/i18n/elfinder.fallback.js
Normal file
11
sites/all/libraries/elfinder/js/i18n/elfinder.fallback.js
Normal file
@@ -0,0 +1,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;
|
||||
}));
|
Reference in New Issue
Block a user