X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_DDView.js.html;h=291fc7cfe27ff2713f0b9b5a1e5866b0c1774ce8;hp=fa3f9546d9744c4f7b98d666f3aa5036890fc92d;hb=d0b79e9bda4e08f7240e8c824bfc643d4f16b78e;hpb=b34d62126ce450a86d8af5e79059ea0f4a3529b8 diff --git a/docs/src/Roo_DDView.js.html b/docs/src/Roo_DDView.js.html index fa3f9546d9..291fc7cfe2 100644 --- a/docs/src/Roo_DDView.js.html +++ b/docs/src/Roo_DDView.js.html @@ -28,10 +28,10 @@ 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();