Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Mar 27, 2012
1 parent f3c622c commit 0e9fee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lazyload.js
Expand Up @@ -49,7 +49,7 @@
addEvent(window, 'resize', getWindowHeightT);
addEvent(window, 'scroll', showImagesT);
addEvent(document, 'DOMContentLoaded', onDomReady);
addEvent(window, 'load', onPageLoad);
addEvent(window, 'load', onLoad);

function onFakeImgLoad(img) {
// To avoid onload being called and called and called ...
Expand Down
4 changes: 2 additions & 2 deletions lazyload.min.js

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

0 comments on commit 0e9fee4

Please sign in to comment.