Apply 2 suggestion(s) to 1 file(s)
This commit is contained in:
parent
dc0d141cd6
commit
05de310ddd
@ -204,8 +204,8 @@ export class StorageManager {
|
||||
case LOCATION.WINDOW:
|
||||
return this._clearWindow();
|
||||
case LOCATION.HISTORY:
|
||||
if(options.history)
|
||||
return this._clearHistory(options && options.history);
|
||||
if(options && options.history)
|
||||
return this._clearHistory(options.history);
|
||||
else
|
||||
return;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user