Skip to content

Commit

Permalink
Make caching code look more elegant.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Jan 21, 2012
1 parent b0540c2 commit 9cf25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.lazyload.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

this.each(function() {
var self = this;
var $self = $(this);
var $self = $(self);

self.loaded = false;

Expand Down

0 comments on commit 9cf25da

Please sign in to comment.