1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-15 11:45:47 +01:00

Doc fixes.

This commit is contained in:
Štěpán Němec
2011-10-04 11:14:10 +02:00
parent b98c2e0906
commit f294668ad2
3 changed files with 15 additions and 14 deletions

View File

@@ -336,12 +336,12 @@ var Tabs = Module("tabs", {
/**
* Return an iterator of tabs matching the given filter. If no
* filter or count is provided, returns the currently selected
* *filter* or *count* is provided, returns the currently selected
* tab. If *filter* is a number or begins with a number followed
* by a colon, the tab of that ordinal is returned. Otherwise,
* tabs matching the filter as below are returned.
*
* @param {string} filter The filter. If *regex*, this is a
* @param {string} filter The filter. If *regexp*, this is a
* regular expression against which the tab's URL or title
* must match. Otherwise, it is a site filter.
* @optional