Lines Matching defs:Drop
3 * Simple Drop plugin that can be attached to a Node via the plug method.
8 * Simple Drop plugin that can be attached to a Node via the plug method.
9 * @class Drop
10 * @extends DD.Drop
16 var Drop = function(config) {
18 Drop.superclass.constructor.apply(this, arguments);
26 Drop.NAME = "dd-drop-plugin";
29 * @description The Drop instance will be placed on the Node instance under the drop namespace. It can be accessed via Node.drop;
32 Drop.NS = "drop";
35 Y.extend(Drop, Y.DD.Drop);
37 Y.Plugin.Drop = Drop;