Skip to content

Commit 543d7dc

Browse files
committed
- Updated minified version and version number alvarotrigo#357 alvarotrigo#123
1 parent d7d3d37 commit 543d7dc

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

jquery.fullPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* fullPage 2.0.1
2+
* fullPage 2.0.2
33
* https://github.com/alvarotrigo/fullPage.js
44
* MIT licensed
55
*
@@ -38,7 +38,6 @@
3838
'touchSensitivity': 5,
3939
'continuousVertical': false,
4040
'animateAnchor': true,
41-
4241
'normalScrollElementTouchThreshold': 5,
4342

4443
//events
@@ -399,9 +398,10 @@
399398
function touchMoveHandler(event){
400399

401400
if(options.autoScrolling){
402-
//preventing the easing on iOS devices
403401
// additional: if one of the normalScrollElements isn't within options.normalScrollElementTouchThreshold hops up the DOM chain
404402
if (!checkParentForNormalScrollElement(event.target)) {
403+
404+
//preventing the easing on iOS devices
405405
event.preventDefault();
406406

407407
var e = event.originalEvent;

0 commit comments

Comments
 (0)