Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00EBF99A7 for ; Fri, 13 Apr 2012 09:01:00 +0000 (UTC) Received: (qmail 16063 invoked by uid 500); 13 Apr 2012 09:01:00 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 16040 invoked by uid 500); 13 Apr 2012 09:01:00 -0000 Mailing-List: contact callback-dev-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-dev@incubator.apache.org Received: (qmail 16018 invoked by uid 99); 13 Apr 2012 09:00:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2012 09:00:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1C806CC7B; Fri, 13 Apr 2012 09:00:58 +0000 (UTC) From: Git at Apache To: callback-dev@incubator.apache.org Subject: incubator-cordova-ios pull request: fix js undefined reference for Cordova Content-Type: text/plain Message-Id: <20120413090059.1C806CC7B@tyr.zones.apache.org> Date: Fri, 13 Apr 2012 09:00:58 +0000 (UTC) GitHub user tribalvibes opened the pull request at https://github.com/apache/incubator-cordova-ios/pull/13 ---- fix js undefined reference for Cordova There are two injected javascript refs to `Cordova` which should now be `cordova`. These were causing an undefined ref exception at runtime. These commits also enhance debug logging of exec's to not include the debug log call itself, making the log output more useful, and also announce whitelisted urls being opened. ---- You can merge this pull request into a Git repository by running $ git pull https://github.com/tribalvibes/incubator-cordova-ios master Alternatively you can review and apply these changes as the patch at https://github.com/apache/incubator-cordova-ios/pull/13.patch