persistented -> persisted
This commit is contained in:
parent
1e8e8f18b4
commit
dfd13cf4ca
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ app.once('ready', function() {
|
|||
return delete extensionInfoMap[name];
|
||||
};
|
||||
|
||||
// Load persistented extensions when devtools is opened.
|
||||
// Load persisted extensions when devtools is opened.
|
||||
init = BrowserWindow.prototype._init;
|
||||
return BrowserWindow.prototype._init = function() {
|
||||
init.call(this);
|
||||
|
|
Loading…
Reference in a new issue