dd-drop-plugin-debug.js revision 8a6b21bbf4ce4b186b37c9f3623a198acd13b950
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * Simple Drop plugin that can be attached to a Node via the plug method.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @submodule dd-drop-plugin
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * Simple Drop plugin that can be attached to a Node via the plug method.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @extends DD.Drop
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @constructor
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @namespace Plugin
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater Drop.superclass.constructor.apply(this, arguments);
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @property NAME
10b865e9187fc77cae02f106ddcc9e03eecdfe06Tinderbox User * @description dd-drop-plugin
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @type {String}
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @property NS
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @description The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater * @type {String}
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt}, '@VERSION@' ,{skinnable:false, requires:['dd-drop']});