From 5cd16cf5c3b1c54fae2d5b03f11ddf6febb8a25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Wed, 14 Mar 2012 00:19:21 +0100 Subject: [PATCH] Correct the last commit's correction. --- common/content/dactyl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 17f68aed..2933dcd9 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -891,10 +891,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { * A string will be passed to {@link Dactyl#parseURLs}. An array may * contain elements of the following forms: * - * • {string} A URL to open. - * • {[string, string]} Pair of a URL and POST data. - * • {object} Object compatible with those returned by - * {@link DOM#formData}. + * • {string} A URL to open. + * • {[string, {string|Array}]} Pair of a URL and POST data. + * • {object} Object compatible with those returned + * by {@link DOM#formData}. * * @param {object} params A set of parameters specifying how to open the * URLs. The following properties are recognized: