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/05/02 00:29:22 UTC

ios commit: Updated to cordova-js 1.7.0

Updated Branches:
  refs/heads/master e70991c6b -> 38e822362


Updated to cordova-js 1.7.0


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/38e82236
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/38e82236
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/38e82236

Branch: refs/heads/master
Commit: 38e82236243b2f1a075b1458a2ffb0998d9a2378
Parents: e70991c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 1 15:29:15 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 1 15:29:15 2012 -0700

----------------------------------------------------------------------
 CordovaLib/javascript/cordova.ios.js |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/38e82236/CordovaLib/javascript/cordova.ios.js
----------------------------------------------------------------------
diff --git a/CordovaLib/javascript/cordova.ios.js b/CordovaLib/javascript/cordova.ios.js
index b14fdf6..64da727 100644
--- a/CordovaLib/javascript/cordova.ios.js
+++ b/CordovaLib/javascript/cordova.ios.js
@@ -1,6 +1,6 @@
-// commit b2bfa321b4b9c952d8977baec786996a745c127d
+// commit 9cfdc134f83b5d51f655e52ec7d4ddab167437c7
 
-// File generated at :: Tue May 01 2012 00:13:51 GMT-0700 (PDT)
+// File generated at :: Tue May 01 2012 14:06:43 GMT-0700 (PDT)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -349,10 +349,10 @@ function deprecateFunctions(obj, objLabel) {
  * TODO: remove in 2.0.
  */
 if (!window.PhoneGap) {
-    window.PhoneGap = cordova;
+    window.PhoneGap = deprecateFunctions(cordova, 'PhoneGap');
 }
 if (!window.Cordova) {
-    window.Cordova = cordova;
+    window.Cordova = deprecateFunctions(cordova, 'Cordova');
 }
 
 /**
@@ -721,6 +721,20 @@ module.exports = {
                 }
             }
         },
+        Cordova: {
+            children: {
+                exec: {
+                    path: 'cordova/exec'
+                }
+            }
+        },
+        PhoneGap:{
+            children: {
+                exec: {
+                    path: 'cordova/exec'
+                }
+            }
+        },
         navigator: {
             children: {
                 notification: {
@@ -891,6 +905,7 @@ module.exports = {
         }
     }
 };
+
 });
 
 // file: lib/ios/exec.js