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) {
|
||||
return internal.webContents[m].apply(internal.webContents, args);
|
||||
} 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…
Reference in a new issue