File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * fullPage 2.0
2
+ * fullPage 2.0.1
3
3
* https://github.com/alvarotrigo/fullPage.js
4
4
* MIT licensed
5
5
*
131
131
var slideMoving = false ;
132
132
133
133
var isTablet = navigator . userAgent . match ( / ( i P h o n e | i P o d | i P a d | A n d r o i d | B l a c k B e r r y | W i n d o w s P h o n e ) / ) ;
134
- var container = $ ( this ) . length ? $ ( this ) : $ ( '#superContainer' ) ; // for compatibity reasons for fullpage < v2.0
134
+ var container = $ ( this ) ; // for compatibity reasons for fullpage < v2.0
135
135
var windowsHeight = $ ( window ) . height ( ) ;
136
136
var isMoving = false ;
137
137
var isResizing = false ;
156
156
//for compatibity reasons for fullpage < v2.0
157
157
else {
158
158
$ ( 'body' ) . wrapInner ( '<div id="superContainer" />' ) ;
159
+ container = $ ( '#superContainer' ) ;
159
160
}
160
161
161
162
//creating the navigation dots
You can’t perform that action at this time.
0 commit comments