Files
faveo/public/filemanager/scripts/dropzone/AMD_header
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

12 lines
353 B
Plaintext

// 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