Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Remove beta flag from connection, invoke and invoked
Browse files Browse the repository at this point in the history
Issue #415

Reviewed By: Jeffrey Heifetz <[email protected]>
  • Loading branch information
Bryan Higgins authored and Jeffrey Heifetz committed Dec 19, 2012
1 parent b129ad9 commit 1cbb7b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/blackberry_connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

/**
* @beta
* @namespace The Connection object gives access to the device's cellular and wifi connection information.
* @toc {System} Connection
* @featureID blackberry.connection
Expand Down
1 change: 0 additions & 1 deletion api/blackberry_invoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ QueryResponse = {};
QueryResponseTarget = {};

/**
* @beta
* @namespace The Invoke object contains methods that interact with other applications.
* <p/>
* On BlackBerry OS 5.0+ and BlackBerry PlayBook 1.0+, the {@link blackberry.invoke.invoke^2} method on the invoke object allows you to pass arguments to the target application. </br>The types of arguments can be one of: {@link blackberry.invoke.AddressBookArguments}, {@link blackberry.invoke.BrowserArguments},
Expand Down
1 change: 0 additions & 1 deletion api/blackberry_invoked.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/

/**
* @beta
* @namespace The Invoked object allows the application to be invoked by other applications.
* @toc {Invoke} Invoked
* @featureID blackberry.invoked
Expand Down

0 comments on commit 1cbb7b0

Please sign in to comment.