From c56a1ed77b556bef0f21cd1cebf0c7972b752885 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Aug 2009 20:02:27 +1000 Subject: [PATCH] Fix typo in liberator.commandlineOptions definition. --- common/content/liberator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/liberator.js b/common/content/liberator.js index c7ebadc9..0a211843 100644 --- a/common/content/liberator.js +++ b/common/content/liberator.js @@ -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,