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:
parent
66b86209bf
commit
eba9023efc
@ -23,7 +23,6 @@ function constructHeadElement(elementType, elementId, elementAttributes) {
|
||||
}
|
||||
catch(e){
|
||||
console.warn(e.message);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (oldElement) {
|
||||
|
Loading…
Reference in New Issue
Block a user