File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 502
502
}
503
503
}
504
504
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
-
523
505
if ( $ ( this ) . length ) {
524
506
//public functions
525
507
FP . setAutoScrolling = setAutoScrolling ;
538
520
FP . moveSlideLeft = moveSlideLeft ;
539
521
FP . reBuild = reBuild ;
540
522
FP . setResponsive = setResponsive ;
541
- FP . getFullpageData = getFullpageData ;
542
523
FP . destroy = destroy ;
543
524
544
525
init ( ) ;
You can’t perform that action at this time.
0 commit comments