You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/08/07 18:58:46 UTC

[06/12] git commit: added new example to documentation

added new example to documentation


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/7eedea3a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/7eedea3a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/7eedea3a

Branch: refs/heads/master
Commit: 7eedea3a9be0584f5020134870bfefcaa439214f
Parents: f46e00a
Author: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Authored: Wed Jul 23 11:43:29 2014 -0400
Committer: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Committed: Wed Jul 23 11:43:29 2014 -0400

----------------------------------------------------------------------
 doc/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/7eedea3a/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index a96f831..8a09c49 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -60,13 +60,13 @@ Vibrates the device for a given amount of time.
 
 - __time__: Ignores the specified time and vibrates for a pre-set amount of time.
 
-    navigator.vibrate(3000);   // 3000 is ignored
+    navigator.vibrate(3000); // 3000 is ignored
 
 ####Windows and Blackberry Quirks
 
 - __time__: Max time is 5000ms (5s)
 
-    navigator.vibrate(8000);  // will be truncated to 5000
+    navigator.vibrate(8000); // will be truncated to 5000
 
 ###Vibrate with a pattern (Android only)