mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:32:27 +01:00
Whitespace fixes.
This commit is contained in:
@@ -17,10 +17,10 @@ const Marks = Module("marks", {
|
||||
this._urlMarks = storage.newMap("url-marks", { privateData: true, replacer: replacer, store: true });
|
||||
|
||||
try {
|
||||
if(isArray(Iterator(this._localMarks).next()[1]))
|
||||
if (isArray(Iterator(this._localMarks).next()[1]))
|
||||
this._localMarks.clear();
|
||||
}
|
||||
catch(e) {}
|
||||
catch (e) {}
|
||||
|
||||
this._pendingJumps = [];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user