Fix typo in liberator.commandlineOptions definition.

This commit is contained in:
Doug Kearns
2009-08-27 14:46:28 +10:00
parent 08ecc21277
commit c56a1ed77b
+2 -2
View File
@@ -986,9 +986,9 @@ const liberator = (function () //{{{
/** @property An RC file to use rather than the default. */
rcFile: null,
/** @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. */
postCommand: null
postCommands: null
},
registerObserver: registerObserver,