1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

warn added

This commit is contained in:
Cevo 2015-10-16 11:30:45 +02:00
parent 602675ccb4
commit 0b716cfa19

View File

@ -14,8 +14,7 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
element.setAttribute(k, elementAttributes[k]);
}
catch(e){
console.log(e.message);
console.log(elementAttributes);
console.warn(e.message);
continue;
}
}