diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-05-20 14:23:32 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-05-22 10:53:06 +1000 |
commit | f834cfcd6b5925861897aa227f2883a69fce5737 (patch) | |
tree | 339ce3816e154be95d5dc1beea55e0a2e60501fa /common/content/tabs.js | |
parent | 9d26a8a20df4578aefbff878339782386fa8e2fc (diff) | |
download | pentadactyl-f834cfcd6b5925861897aa227f2883a69fce5737.tar.gz |
Add some API documentation for Options and others.
Diffstat (limited to 'common/content/tabs.js')
-rw-r--r-- | common/content/tabs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/tabs.js b/common/content/tabs.js index 6eb98d67..2ca99ba3 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -1229,7 +1229,7 @@ function Tabs() //{{{ // shouldn't be one yet. /** * Called on each TabSelect event to update the tab selection history. - * See (@link tabs.alternate). + * @see tabs#alternate */ updateSelectionHistory: function () { |