X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FDDView.js;h=2c8c6129c7b4d50efb7d630365462cdc2b6da880;hb=refs%2Fheads%2Fwip_leon_T7094_logo_image_upload_in_boilerplate;hp=c8a28720f0f3db24b909f8bd646b616789c5de28;hpb=4d9cd83949f3c24871af08cebb30b1f8102ac4c9;p=roojs1 diff --git a/Roo/DDView.js b/Roo/DDView.js index c8a28720f0..2c8c6129c7 100644 --- a/Roo/DDView.js +++ b/Roo/DDView.js @@ -28,10 +28,10 @@ Roo.DDView = function(container, tpl, config) { this.getEl().setStyle("outline", "0px none"); this.getEl().unselectable(); if (this.dragGroup) { - this.setDraggable(this.dragGroup.split(",")); + this.setDraggable(this.dragGroup.split(",")); } if (this.dropGroup) { - this.setDroppable(this.dropGroup.split(",")); + this.setDroppable(this.dropGroup.split(",")); } if (this.deletable) { this.setDeletable();