Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
bug 865281 - add minimal documentation of the tab.id property.
Browse files Browse the repository at this point in the history
  • Loading branch information
canuckistani committed Apr 24, 2013
1 parent 82ec637 commit 72f27b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/module-source/sdk/tabs.md
Expand Up @@ -192,6 +192,11 @@ registration.
Tabs emit all the events described in the Events section. Listeners are
passed the `Tab` object that triggered the event.

<api name="id">
@property {string}
The unique id for the tab. This property is read-only.
</api>

<api name="title">
@property {string}
The title of the tab (usually the title of the page currently loaded in the tab)
Expand Down

0 comments on commit 72f27b0

Please sign in to comment.