X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2FDDView.js;h=2c8c6129c7b4d50efb7d630365462cdc2b6da880;hp=c8a28720f0f3db24b909f8bd646b616789c5de28;hb=d0b79e9bda4e08f7240e8c824bfc643d4f16b78e;hpb=b34d62126ce450a86d8af5e79059ea0f4a3529b8 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();