Skip to content

Commit

Permalink
Add static method to set windowLoaded to true manually (Closes #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Oct 8, 2010
1 parent caa87a3 commit 8fd7f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/jquery.jcarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,10 @@
intval: function(v) {
v = parseInt(v, 10);
return isNaN(v) ? 0 : v;
},

windowLoaded: function() {
windowLoaded = true;
}
});

Expand Down
Loading

0 comments on commit 8fd7f5f

Please sign in to comment.