Browse Source

#459: * code style

pull/408/merge
RubaXa 10 years ago
parent
commit
9e6d006040
  1. 1
      Sortable.js

1
Sortable.js

@ -403,6 +403,7 @@
if (this._lastX === touchEvt.clientX && this._lastY === touchEvt.clientY) {
return;
}
this._lastX = touchEvt.clientX;
this._lastY = touchEvt.clientY;

Loading…
Cancel
Save