mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:57:58 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -265,7 +265,7 @@ var CommandWidgets = Class("CommandWidgets", {
|
||||
}
|
||||
});
|
||||
let res, self = this;
|
||||
return Class.replaceProperty(this, name, this[name])
|
||||
return Class.replaceProperty(this, name, this[name]);
|
||||
},
|
||||
|
||||
get completionList() this._whenReady("completionList", "dactyl-completions"),
|
||||
@@ -300,7 +300,6 @@ var CommandWidgets = Class("CommandWidgets", {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
var CommandMode = Class("CommandMode", {
|
||||
init: function init() {
|
||||
this.keepCommand = userContext.hidden_option_command_afterimage;
|
||||
@@ -600,7 +599,7 @@ var CommandLine = Module("commandline", {
|
||||
},
|
||||
|
||||
get lastCommand() this._lastCommand || this.command,
|
||||
set lastCommand(val) { this._lastCommand = val },
|
||||
set lastCommand(val) { this._lastCommand = val; },
|
||||
|
||||
clear: function clear() {
|
||||
if (this.widgets.message && this.widgets.message[1] === this._lastClearable)
|
||||
|
||||
Reference in New Issue
Block a user