Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1B869997 for ; Thu, 19 Apr 2012 23:02:24 +0000 (UTC) Received: (qmail 75407 invoked by uid 500); 19 Apr 2012 23:02:24 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 75389 invoked by uid 500); 19 Apr 2012 23:02:24 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 75380 invoked by uid 99); 19 Apr 2012 23:02:24 -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, 19 Apr 2012 23:02:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 61A87D968; Thu, 19 Apr 2012 23:02:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: spec commit: vibrate for a meaningful amount of time Message-Id: <20120419230224.61A87D968@tyr.zones.apache.org> Date: Thu, 19 Apr 2012 23:02:24 +0000 (UTC) Updated Branches: refs/heads/master a3beb0133 -> 58d3a4181 vibrate for a meaningful amount of time Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/58d3a418 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/58d3a418 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/58d3a418 Branch: refs/heads/master Commit: 58d3a418149d7ad8f9c5553e4cf45f62d1a626b8 Parents: a3beb01 Author: Fil Maj Authored: Thu Apr 19 16:04:29 2012 -0700 Committer: Fil Maj Committed: Thu Apr 19 16:04:29 2012 -0700 ---------------------------------------------------------------------- notification/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/58d3a418/notification/index.html ---------------------------------------------------------------------- diff --git a/notification/index.html b/notification/index.html index ac8be10..58d340b 100755 --- a/notification/index.html +++ b/notification/index.html @@ -21,7 +21,7 @@ }; var vibrate = function(){ - navigator.notification.vibrate(0); + navigator.notification.vibrate(1000); }; var alertDialog = function(message, title, button) {