Reverted the changes in ie.js

This commit is contained in:
Nick van der Burgt 2010-12-29 16:11:34 +01:00
parent c45fa2d402
commit 3faff76b0c

View file

@ -1,8 +1,2 @@
<<<<<<< HEAD
var elements = new Array('header','footer','article','nav','section');
for(var element in elements) { document.createElement(elements[element]); }
=======
document.createElement('header');
document.createElement('footer');
>>>>>>> parent of 2e9aab1... Added some more HTML5 elements so no suprises in the future
document.createElement('footer');