Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C50E4CE9C for ; Thu, 7 Aug 2014 18:01:22 +0000 (UTC) Received: (qmail 96911 invoked by uid 500); 7 Aug 2014 18:01:22 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 96809 invoked by uid 500); 7 Aug 2014 18:01:22 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 96784 invoked by uid 99); 7 Aug 2014 18:01:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 18:01:22 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5F8EE94A0C1; Thu, 7 Aug 2014 18:01:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ldeluca@apache.org To: commits@cordova.apache.org Date: Thu, 07 Aug 2014 18:01:23 -0000 Message-Id: <4596d900447648b2bbc2cc0ec0d34146@git.apache.org> In-Reply-To: <2215be83216a483cacadaeabba639c32@git.apache.org> References: <2215be83216a483cacadaeabba639c32@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: removed duplicate messaging removed duplicate messaging 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/aff9179f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/aff9179f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/aff9179f Branch: refs/heads/master Commit: aff9179f800d6f6d65900d64846558996a965544 Parents: 026975a Author: Lisa Seacat DeLuca Authored: Thu Aug 7 13:49:16 2014 -0400 Committer: Lisa Seacat DeLuca Committed: Thu Aug 7 13:49:16 2014 -0400 ---------------------------------------------------------------------- doc/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/aff9179f/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 286b6f3..57b4a0b 100755 --- a/doc/index.md +++ b/doc/index.md @@ -81,7 +81,7 @@ or ###Vibrate with a pattern (Android and Windows only) Vibrates the device with a given pattern - navigator.vibrate(pattern); // 3000 is ignored + navigator.vibrate(pattern); - __pattern__: Sequence of durations (in milliseconds) for which to turn on or off the vibrator. _(Array of Numbers)_ @@ -110,8 +110,6 @@ or Passing in a parameter of 0, an empty array, or an array with one element of value 0 will cancel any vibrations. -Passing in a parameter of 0 or an empty array will cancel any vibrations. - ## *notification.vibrate (deprecated) Vibrates the device for a given amount of time.