X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_DDView.js.html;h=291fc7cfe27ff2713f0b9b5a1e5866b0c1774ce8;hb=036d4d8eeca188ac57485a63939eb161f989b356;hp=fa3f9546d9744c4f7b98d666f3aa5036890fc92d;hpb=3fddb7e4507f5ff44038f860008e822f53c23fda;p=roojs1 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();