Преглед изворни кода

delete e.touches from slideMove function

shunp пре 5 година
родитељ
комит
f0bd42d089
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/webgl_multiple_scenes_comparison.html

+ 1 - 1
examples/webgl_multiple_scenes_comparison.html

@@ -163,7 +163,7 @@
 
 
 					sliderMoved = true;
 					sliderMoved = true;
 
 
-					sliderPos = e.pageX || e.touches[ 0 ].pageX;
+					sliderPos = e.pageX;
 
 
 					//prevent the slider from being positioned outside the window bounds
 					//prevent the slider from being positioned outside the window bounds
 					if ( sliderPos < 0 ) sliderPos = 0;
 					if ( sliderPos < 0 ) sliderPos = 0;