Skip to content

Commit a242cd7

Browse files
committed
- Removing unnecessary code
1 parent b02bd60 commit a242cd7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

jquery.fullPage.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -502,24 +502,6 @@
502502
}
503503
}
504504

505-
function getFullpageData(){
506-
return {
507-
options: options,
508-
internals: {
509-
getXmovement: getXmovement,
510-
removeAnimation: removeAnimation,
511-
getTransforms: getTransforms,
512-
lazyLoad: lazyLoad,
513-
addAnimation: addAnimation,
514-
performHorizontalMove: performHorizontalMove,
515-
silentLandscapeScroll: silentLandscapeScroll,
516-
keepSlidesPosition: keepSlidesPosition,
517-
silentScroll: silentScroll,
518-
styleSlides: styleSlides
519-
}
520-
};
521-
}
522-
523505
if($(this).length){
524506
//public functions
525507
FP.setAutoScrolling = setAutoScrolling;
@@ -538,7 +520,6 @@
538520
FP.moveSlideLeft = moveSlideLeft;
539521
FP.reBuild = reBuild;
540522
FP.setResponsive = setResponsive;
541-
FP.getFullpageData = getFullpageData;
542523
FP.destroy = destroy;
543524

544525
init();

0 commit comments

Comments
 (0)