more
This commit is contained in:
parent
2aac424dc2
commit
4665c0eb4e
@ -255,7 +255,7 @@ function init(prefix) {
|
|||||||
if ($dragging) {
|
if ($dragging) {
|
||||||
var x = ev.pageX - $(this).width() / 2,
|
var x = ev.pageX - $(this).width() / 2,
|
||||||
y = ev.pageY - $(this).height() / 2;
|
y = ev.pageY - $(this).height() / 2;
|
||||||
e.offset({
|
$(e).offset({
|
||||||
top: y,
|
top: y,
|
||||||
left: x
|
left: x
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user