Skip to content

Commit

Permalink
fix dynamic load images bug
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Mar 27, 2013
1 parent 6b3f551 commit 1769381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _src/widget/slider.dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@

imgs.each(function () {
this.src = this.getAttribute('lazyload');
this.removeAttribute('lazyload');
});
},

Expand Down

0 comments on commit 1769381

Please sign in to comment.