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:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user