Revert changes
This commit is contained in:
parent
8bbb142c85
commit
c45fa2d402
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<<<<<<< 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue