You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:52 UTC

[21/50] docs commit: [CB-3820] no disable-cursor pref in BB10

[CB-3820] no disable-cursor pref in BB10


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ef59b1ca
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ef59b1ca
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ef59b1ca

Branch: refs/heads/master
Commit: ef59b1ca07f7c84da22f4676fedf7479c611b412
Parents: 474286f
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:13:12 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:52 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/blackberry10/config.md | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ef59b1ca/docs/en/edge/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/config.md b/docs/en/edge/guide/platforms/blackberry10/config.md
index 7126428..295231d 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -53,19 +53,3 @@ config.xml File for information on global configuration options.
 
         <preference name="webSecurity" value="disable"/>
 
-<!-- QUERY BB: does disable-cursor work?
-
- #### Disable Cursor
-
-* `disable-cursor` with values `true` or `false`
-
-  * example: `<preference name="disable-cursor" value="true" />`
-
-  * prevents a mouse-icon/cursor from being displayed on the app -
-    desugars to `<rim:navigation />`. See [the BlackBerry
-    documentation](https://bdsc.webapps.blackberry.com/html5/documentation/ww_developing/rim_navigation_element_1582456_11.html)
-    for more details
-
-  * default is _false_
-
--->