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

Commit

Permalink
bug 840014: link to private-browsing docs from tab and windows docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvold committed Feb 21, 2013
1 parent 645b982 commit 97cc5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/module-source/sdk/tabs.md
Expand Up @@ -142,6 +142,7 @@ and will not be active. This is an optional property.
@prop isPrivate {boolean}
Boolean which will determine if a private tab should be opened.
Private browsing mode must be supported in order to do this.
See the [private-browsing](modules/sdk/private-browsing.html) documentation for more information.

@prop [isPinned] {boolean}
If present and true, then the new tab will be pinned as an
Expand Down
1 change: 1 addition & 0 deletions doc/module-source/sdk/windows.md
Expand Up @@ -121,6 +121,7 @@ This is a required property.
@prop isPrivate {boolean}
Boolean which will determine if a private window should be opened.
Private browsing mode must be supported in order to do this.
See the [private-browsing](modules/sdk/private-browsing.html) documentation for more information.

@prop [onOpen] {function}
A callback function that is called when the window has opened. This does not
Expand Down

0 comments on commit 97cc5d1

Please sign in to comment.