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

From dom_utils.js, remove useless 'continue' statement in loop/try-catch

This commit is contained in:
Tim Daubenschütz 2015-10-29 13:22:10 +01:00
parent 66b86209bf
commit eba9023efc

View File

@ -23,7 +23,6 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
}
catch(e){
console.warn(e.message);
continue;
}
}
if (oldElement) {