1
0
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:
Doug Kearns
2011-02-01 01:06:49 +11:00
parent cf79af7148
commit 37d62cdeba
17 changed files with 44 additions and 48 deletions

View File

@@ -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)