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 EC222DF7E for ; Thu, 13 Sep 2012 00:14:13 +0000 (UTC) Received: (qmail 24908 invoked by uid 500); 13 Sep 2012 00:14:13 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 24880 invoked by uid 500); 13 Sep 2012 00:14:13 -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 24869 invoked by uid 99); 13 Sep 2012 00:14:13 -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, 13 Sep 2012 00:14:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A079236144; Thu, 13 Sep 2012 00:14:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: bada-wac commit: updating cordova.js Message-Id: <20120913001413.A079236144@tyr.zones.apache.org> Date: Thu, 13 Sep 2012 00:14:13 +0000 (UTC) Updated Branches: refs/heads/master 6df4c2c59 -> 6bf358d17 updating cordova.js Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/commit/6bf358d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/tree/6bf358d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/diff/6bf358d1 Branch: refs/heads/master Commit: 6bf358d17cc2c0a09e9aa214364e20b5c0a892f2 Parents: 6df4c2c Author: Anis Kadri Authored: Wed Sep 12 17:14:03 2012 -0700 Committer: Anis Kadri Committed: Wed Sep 12 17:14:03 2012 -0700 ---------------------------------------------------------------------- Res/js/cordova.js | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/blob/6bf358d1/Res/js/cordova.js ---------------------------------------------------------------------- diff --git a/Res/js/cordova.js b/Res/js/cordova.js index 3712ee6..bf1e995 100644 --- a/Res/js/cordova.js +++ b/Res/js/cordova.js @@ -1,6 +1,6 @@ -// commit a91a8f60b9f12bb74fa3a7f6c640308903ab73bf +// commit 143f5221a6251c9cbccdedc57005c61551b97f12 -// File generated at :: Tue Sep 11 2012 17:59:00 GMT-0700 (PDT) +// File generated at :: Wed Sep 12 2012 17:09:27 GMT-0700 (PDT) /* Licensed to the Apache Software Foundation (ASF) under one @@ -688,13 +688,6 @@ module.exports = { } } }, - PhoneGap:{ - children: { - exec: { - path: 'cordova/exec' - } - } - }, navigator: { children: { notification: { @@ -4005,7 +3998,7 @@ Device.prototype.getDeviceInfo = function(success, fail, args) { me.platform = os_vendor + " " + os_name; me.version = os_version; me.uuid = uuid; - me.cordova = "2.1.0rc2"; + me.cordova = "2.1.0"; success(me); } };