1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 02:22:26 +01:00

Correct the last commit's correction.

This commit is contained in:
Štěpán Němec
2012-03-14 00:19:21 +01:00
parent 915ac1aaf1
commit 5cd16cf5c3

View File

@@ -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: