mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:27:58 +01:00
Add missing semicolons.
This commit is contained in:
@@ -288,7 +288,7 @@ const modes = (function () //{{{
|
||||
self.addMode("LINE", true); // linewise visual mode
|
||||
self.addMode("PROMPT", true);
|
||||
|
||||
config.modes.forEach(function (mode) { self.addMode.apply(self, mode) });
|
||||
config.modes.forEach(function (mode) { self.addMode.apply(self, mode); });
|
||||
|
||||
return self;
|
||||
//}}}
|
||||
|
||||
Reference in New Issue
Block a user