diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-24 15:57:25 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-24 15:57:25 +0000 |
commit | b07cac10cdfdbc2da0da08b7c3906925642bd8ec (patch) | |
tree | 20a9789bfe7a3e32ca5e421fac08a750a07c89f6 | |
parent | 4f33a5b3b2612a5796a58ba552a67bee99da06d7 (diff) | |
download | jquery-ui-b07cac10cdfdbc2da0da08b7c3906925642bd8ec.tar.gz jquery-ui-b07cac10cdfdbc2da0da08b7c3906925642bd8ec.zip |
draggable: removed a silly console.log
-rw-r--r-- | ui/ui.draggable.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index ff9d7465a..af4615607 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -504,8 +504,6 @@ $.ui.plugin.add("draggable", "connectToSortable", { e.target = this.instance.currentItem[0]; this.instance.mouseCapture(e, true); this.instance.mouseStart(e, true, true); - - console.log(this.instance.items); //Because the browser event is way off the new appended portlet, we modify a couple of variables to reflect the changes this.instance.offset.click.top = inst.offset.click.top; |