(index)
| 1172 | var currentPageVisibility = 0, maxPageVisibility = 0, currentPageStart = true, readingDirection = true, realReadingDirection = true, disableOnScrollST = false; |
| 1173 | |
| 1174 | function calculateRealReadingDirection(index) |
| 1175 | { |
| 1176 | if(currentIndex > index) |
| 1177 | realReadingDirection = false; |
| 1178 | else |
| 1179 | realReadingDirection = true; |
| 1180 | } |
| 1181 | |
| 1182 | goScrollPercentST = false; |
| 1183 |
no outgoing calls
no test coverage detected