mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:37:57 +01:00
Add missing semicolons.
--HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
This commit is contained in:
@@ -41,7 +41,7 @@ var JavaScript = Module("javascript", {
|
||||
this.window = window;
|
||||
|
||||
init.supercall(this);
|
||||
},
|
||||
}
|
||||
}),
|
||||
|
||||
globals: Class.memoize(function () [
|
||||
@@ -806,7 +806,7 @@ var JavaScript = Module("javascript", {
|
||||
get completionList() this.widgets.statusbar.commandline.id,
|
||||
|
||||
accept: function accept() {
|
||||
dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this);
|
||||
dactyl.trapErrors(function () { this.repl.addOutput(this.command); }, this);
|
||||
|
||||
this.completions.cleanup();
|
||||
this.history.save();
|
||||
|
||||
Reference in New Issue
Block a user