1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 06:14:18 +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

@@ -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);