1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-03 18:05:45 +01:00

Clarify the Quickmarks#jumpTo docs.

This commit is contained in:
Doug Kearns
2010-09-26 12:09:23 +10:00
parent 87b29aa609
commit 28981bbd22
2 changed files with 3 additions and 3 deletions

View File

@@ -798,7 +798,7 @@ const Dactyl = Module("dactyl", {
* either a string, which will be passed to
* {@see Dactyl#stringToURLArray}, or an array in the same format as
* would be returned by the same.
* @param {object} params A set of parameters specifing to open the
* @param {object} params A set of parameters specifying how to open the
* URLs. The following properties are recognized:
*
* • background If true, new tabs are opened in the background.

View File

@@ -73,8 +73,8 @@ const QuickMarks = Module("quickmarks", {
* Opens the URL referenced by the specified <b>qmark</b>.
*
* @param {string} qmark The quickmark to open.
* @param {number} where A constant describing where to open the page.
* See {@link Dactyl#open}.
* @param {object} where A set of parameters specifying how to open the
* URL. See {@link Dactyl#open}.
*/
jumpTo: function jumpTo(qmark, where) {
let url = this._qmarks.get(qmark);