aFarkas / html5shiv

This script is the defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.
http://paulirish.com/2011/the-history-of-the-html5-shiv/
9.89k stars 2.56k forks source link

Uncaught ReferenceError: lazySizes is not defined #179

Closed Semigradsky closed 9 years ago

Semigradsky commented 9 years ago

What is this variable? https://github.com/aFarkas/html5shiv/blob/master/src/html5shiv.js#L321-L325 Looks like this is not defined.

I got this error when trying use last version with webpack.

aFarkas commented 9 years ago

This is simply just an embarrassing copy paste error. Thank you!

Semigradsky commented 9 years ago

@aFarkas Thanks, now working good with webpack! :+1: It would be great if new version was be pushed to npm.