Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-habarakada committed Aug 29, 2013
1 parent e9d7c39 commit d1b944b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vlv.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ function jsvlv(width,height,contentSource,delegate) {
while (_content.firstChild) {
_content.removeChild(_content.firstChild);
}
_scrollbar.hide();
_content.style.top = "0px";
_viewportItems = [];
_viewportStartIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion vlv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1b944b

Please sign in to comment.