Skip to content

Commit

Permalink
not necessary, as IE8 and under don't have media query support anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Feb 21, 2012
1 parent ca139c4 commit e70df5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
if( w.addEventListener ){
w.addEventListener( "resize", picturefill, false );
}
else if( w.addEvent ){
w.addEvent( "onresize", picturefill );
}

// Run when DOM is ready
picturefill();
Expand Down

0 comments on commit e70df5f

Please sign in to comment.