mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 03:37:58 +01:00
Fix typo in liberator.commandlineOptions definition.
This commit is contained in:
@@ -986,9 +986,9 @@ const liberator = (function () //{{{
|
|||||||
/** @property An RC file to use rather than the default. */
|
/** @property An RC file to use rather than the default. */
|
||||||
rcFile: null,
|
rcFile: null,
|
||||||
/** @property An Ex command to run before any initialization is performed. */
|
/** @property An Ex command to run before any initialization is performed. */
|
||||||
preCommand: null,
|
preCommands: null,
|
||||||
/** @property An Ex command to run after all initialization has been performed. */
|
/** @property An Ex command to run after all initialization has been performed. */
|
||||||
postCommand: null
|
postCommands: null
|
||||||
},
|
},
|
||||||
|
|
||||||
registerObserver: registerObserver,
|
registerObserver: registerObserver,
|
||||||
|
|||||||
Reference in New Issue
Block a user