You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/09 23:45:47 UTC

ios commit: Cordova Plugin Upgrade Guide - clarified 1.6.0 step 4(c)

Updated Branches:
  refs/heads/master 9d5587e4b -> 415eb5742


Cordova Plugin Upgrade Guide - clarified 1.6.0 step 4(c)


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/415eb574
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/415eb574
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/415eb574

Branch: refs/heads/master
Commit: 415eb5742584cec213eb6a18f042e050a7b90441
Parents: 9d5587e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Apr 9 14:45:40 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Apr 9 14:45:40 2012 -0700

----------------------------------------------------------------------
 guides/Cordova Plugin Upgrade Guide.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/415eb574/guides/Cordova Plugin Upgrade Guide.md
----------------------------------------------------------------------
diff --git a/guides/Cordova Plugin Upgrade Guide.md b/guides/Cordova Plugin Upgrade Guide.md
index aee45d9..0de825c 100644
--- a/guides/Cordova Plugin Upgrade Guide.md	
+++ b/guides/Cordova Plugin Upgrade Guide.md	
@@ -15,7 +15,7 @@ This document is for developers who need to upgrade their Cordova  plugins to a
     
             var cordovaRef = window.PhoneGap || window.Cordova || window.cordova; // old to new fallbacks
         
-    c. Replace any **PhoneGap.exec** or **Cordova.exec** or **cordova.exec** in your plugin JavaScript (within the temporary scope), with **cordovaRef** above
+    c. Replace any **PhoneGap** or **Cordova** or **cordova** in your plugin JavaScript (within the temporary scope), with **cordovaRef** above