Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Fixed runtime error due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Wong committed Oct 4, 2012
1 parent 919014e commit d20c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinity.js
Expand Up @@ -232,7 +232,7 @@
function updateStartIndex(listView) {
var index, length, pages, lastIndex, nextLastIndex,
startIndex = listView.startIndex,
viewRef = (this.useElementScroll ? listView.parent : $window),
viewRef = (listView.useElementScroll ? listView.parent : $window),
viewTop = viewRef.scrollTop() - listView.top,
viewHeight = viewRef.height(),
viewBottom = viewTop + viewHeight,
Expand Down

0 comments on commit d20c1b8

Please sign in to comment.