You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/09/12 01:16:37 UTC

docs commit: [CB-4412] a workaround is being found to correct the issue, currently being treated as a documentation issue

Updated Branches:
  refs/heads/master 750960397 -> a259efa8f


[CB-4412] a workaround is being found to correct the issue, currently being treated as a documentation issue


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

Branch: refs/heads/master
Commit: a259efa8f4611a03a645582768e5ffd5d897888b
Parents: 7509603
Author: lorinbeer <lo...@adobe.com>
Authored: Wed Sep 11 16:16:33 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Wed Sep 11 16:16:33 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/notification/notification.vibrate.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a259efa8/docs/en/edge/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.vibrate.md b/docs/en/edge/cordova/notification/notification.vibrate.md
index 5fe7366..f3eb8d7 100644
--- a/docs/en/edge/cordova/notification/notification.vibrate.md
+++ b/docs/en/edge/cordova/notification/notification.vibrate.md
@@ -95,3 +95,9 @@ Vibrates the device for the specified amount of time.
 
         navigator.notification.vibrate();
         navigator.notification.vibrate(2500);   // 2500 is ignored
+
+## BB10 Quirks
+
+vibrate function owned by navigator object
+
+        navigator.vibrate(1000);  // vibrate for 1 second