mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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){
|
catch(e){
|
||||||
console.warn(e.message);
|
console.warn(e.message);
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (oldElement) {
|
if (oldElement) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user