mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-12-07 06:14:24 +00:00
draggable: removed a silly console.log
This commit is contained in:
parent
4f33a5b3b2
commit
b07cac10cd
@ -504,8 +504,6 @@ $.ui.plugin.add("draggable", "connectToSortable", {
|
|||||||
e.target = this.instance.currentItem[0];
|
e.target = this.instance.currentItem[0];
|
||||||
this.instance.mouseCapture(e, true);
|
this.instance.mouseCapture(e, true);
|
||||||
this.instance.mouseStart(e, true, 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
|
//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;
|
this.instance.offset.click.top = inst.offset.click.top;
|
||||||
|
Loading…
Reference in New Issue
Block a user