Reverted the changes in ie.js
This commit is contained in:
parent
c45fa2d402
commit
3faff76b0c
1 changed files with 1 additions and 7 deletions
|
|
@ -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('header');
|
||||||
document.createElement('footer');
|
document.createElement('footer');
|
||||||
>>>>>>> parent of 2e9aab1... Added some more HTML5 elements so no suprises in the future
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue