X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2Fsrc%2FRoo_dd_DragDrop.js.html;fp=docs%2Fsymbols%2Fsrc%2FRoo_dd_DragDrop.js.html;h=afbd06f73dfe08b12f47161820f81137e06309f6;hb=3809347c8003225f3d55f11104b3aff8191b1f32;hp=8a6088230f7eeaa0d13890c345dc779692c27ae7;hpb=7898cefff4301c31417a6027f5f0f024f8e5d5f7;p=roojs1 diff --git a/docs/symbols/src/Roo_dd_DragDrop.js.html b/docs/symbols/src/Roo_dd_DragDrop.js.html index 8a6088230f..afbd06f73d 100644 --- a/docs/symbols/src/Roo_dd_DragDrop.js.html +++ b/docs/symbols/src/Roo_dd_DragDrop.js.html @@ -26,6 +26,7 @@ /** * @class Roo.dd.DragDrop + * @extends Roo.util.Observable * Defines the interface and base operation of items that that can be * dragged or can be drop targets. It was designed to be extended, overriding * the event handlers for startDrag, onDrag, onDragOver and onDragOut. @@ -72,12 +73,7 @@ if (id) { this.init(id, sGroup, config); } - if (config.listeners || config.events) { - Roo.BasicLayoutRegion.superclass.constructor.call(this, { - listeners : config.listeners || {}, - events : config.events || {} - }); - } + }; Roo.extend(Roo.dd.DragDrop, Roo.util.Observable , {