Browse Source

Update sliders.js

Fixed coding style errors
pull/573/head
Sean Clark 11 years ago
parent
commit
5f426dac27
  1. 2
      js/sliders.js

2
js/sliders.js

@ -85,7 +85,7 @@
}
// adjust the starting position if we just started to avoid jumpage
if(!startedMoving) {
if (!startedMoving) {
pageX += (e.touches[0].pageX - pageX) - 1;
}

Loading…
Cancel
Save