diff --git a/demo.html b/demo.html index def4d26..9d2cf52 100644 --- a/demo.html +++ b/demo.html @@ -29,10 +29,6 @@ link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); - - diff --git a/lib/js/html5shiv.js b/lib/js/html5shiv.js deleted file mode 100644 index 50649b9..0000000 --- a/lib/js/html5shiv.js +++ /dev/null @@ -1,7 +0,0 @@ -document.createElement('header'); -document.createElement('nav'); -document.createElement('section'); -document.createElement('article'); -document.createElement('aside'); -document.createElement('footer'); -document.createElement('hgroup'); \ No newline at end of file