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 48831104E9 for ; Tue, 25 Jun 2013 23:20:34 +0000 (UTC) Received: (qmail 24128 invoked by uid 500); 25 Jun 2013 23:20:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 24108 invoked by uid 500); 25 Jun 2013 23:20:34 -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 24095 invoked by uid 99); 25 Jun 2013 23:20:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jun 2013 23:20:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EF7D01C655; Tue, 25 Jun 2013 23:20:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <97aa924de55046babed27c0c0b7852f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Updated js to 2.9.0 Date: Tue, 25 Jun 2013 23:20:33 +0000 (UTC) Updated Branches: refs/heads/2.9.x c2cda903a -> 779047862 Updated js to 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/77904786 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/77904786 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/77904786 Branch: refs/heads/2.9.x Commit: 779047862ef7580e92a2a369bcd50c5920d17970 Parents: c2cda90 Author: Shazron Abdullah Authored: Tue Jun 25 16:20:05 2013 -0700 Committer: Shazron Abdullah Committed: Tue Jun 25 16:20:24 2013 -0700 ---------------------------------------------------------------------- CordovaLib/cordova.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/77904786/CordovaLib/cordova.js ---------------------------------------------------------------------- diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index b2fc871..fd8aa39 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: ios -// 2.9.0rc1-0-g002f33d +// 2.9.0-0-g83dc4bd /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var CORDOVA_JS_BUILD_LABEL = '2.9.0rc1-0-g002f33d'; +var CORDOVA_JS_BUILD_LABEL = '2.9.0-0-g83dc4bd'; // file: lib/scripts/require.js var require, @@ -923,7 +923,7 @@ function iOSExec() { actionArgs = Array.prototype.splice.call(arguments, 1); console.log('The old format of this exec call has been removed (deprecated since 2.1). Change to: ' + - "cordova.exec(null, null, \"" + service + "\", " + action + "\"," + JSON.stringify(actionArgs) + ");" + "cordova.exec(null, null, \"" + service + "\", \"" + action + "\"," + JSON.stringify(actionArgs) + ");" ); return; } catch (e) {