diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-09-18 03:42:48 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-09-18 03:42:48 -0400 |
commit | 508cc08a8f1166d505702e32a06c1be79cdd61f2 (patch) | |
tree | 379fe28f8e3e634f71e0fa2871155a6ba4467fc8 /common/content/tabs.js | |
parent | bc7cff0442a9a9d5af9414bccac3564d897ff67d (diff) | |
download | pentadactyl-508cc08a8f1166d505702e32a06c1be79cdd61f2.tar.gz |
Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js index 8949850c..9c631adc 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -283,8 +283,8 @@ const Tabs = Module("tabs", { /** * Removes the specified <b>tab</b> from the tab list. * - * @param {Object} tab - * @param {number} count + * @param {Object} tab The tab to remove. + * @param {number} count How many tabs to remove. * @param {boolean} focusLeftTab Focus the tab to the left of the removed tab. * @param {number} quitOnLastTab Whether to quit if the tab being * deleted is the only tab in the tab list: |