Update v1.0.6
This commit is contained in:
11
public/filemanager/scripts/dropzone/AMD_header
Normal file
11
public/filemanager/scripts/dropzone/AMD_header
Normal file
@@ -0,0 +1,11 @@
|
||||
// Uses AMD or browser globals to create a jQuery plugin.
|
||||
(function (factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module.
|
||||
define(['jquery'], factory);
|
||||
} else {
|
||||
// Browser globals
|
||||
factory(jQuery);
|
||||
}
|
||||
} (function (jQuery) {
|
||||
var module = { exports: { } }; // Fake component
|
Reference in New Issue
Block a user