Add missing semicolon
This commit is contained in:
parent
8cacd0b931
commit
42a8674cea
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ var registerWebViewElement = function() {
|
||||||
if (internal.webContents) {
|
if (internal.webContents) {
|
||||||
return internal.webContents[m].apply(internal.webContents, args);
|
return internal.webContents[m].apply(internal.webContents, args);
|
||||||
} else {
|
} else {
|
||||||
throw new Error('Cannot call ' + m + ' before the dom-ready event is emitted')
|
throw new Error('Cannot call ' + m + ' before the dom-ready event is emitted');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue