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