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:50 UTC

[10/12] git commit: Added note to doc about w3c alignment and min time for Windows

Added note to doc about w3c alignment and min time for Windows


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/8567f5b4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/8567f5b4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/8567f5b4

Branch: refs/heads/master
Commit: 8567f5b4e63ac9e74a83b53770687f51ef19e988
Parents: 816f97b
Author: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Authored: Thu Aug 7 11:07:43 2014 -0400
Committer: Edna Morales <ed...@ednas-mbp-2.raleigh.ibm.com>
Committed: Thu Aug 7 11:07:43 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/8567f5b4/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 15e3c9c..eef70c2 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -19,6 +19,8 @@
 
 # org.apache.cordova.vibration
 
+This plugin aligns with the W3C vibration specification http://www.w3.org/TR/vibration/
+
 This plugin provides a way to vibrate the device.
 
 ## Installation
@@ -71,7 +73,7 @@ or
 
 ####Windows and Blackberry Quirks
 
-- __time__: Max time is 5000ms (5s)
+- __time__: Max time is 5000ms (5s) and min time is 1ms
 
     navigator.vibrate(8000); // will be truncated to 5000