Modified IE to be compatible in the future
This commit is contained in:
parent
2e9aab137f
commit
507a273716
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,3 @@
|
|||
var elements = new Array('header','footer','article','nav','section');
|
||||
|
||||
for(var element in elements)
|
||||
{
|
||||
document.createElement(elements[element]);
|
||||
}
|
||||
for(var element in elements) { document.createElement(elements[element]); }
|
||||
Loading…
Reference in a new issue