You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/04/13 11:00:58 UTC

incubator-cordova-ios pull request: fix js undefined reference for Cordova

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