You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/17 03:52:18 UTC

[16/21] ios commit: updated js

updated js


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

Branch: refs/heads/3.0.0
Commit: 03f6d175c5d1513147c7e7ff4458d7061fde0207
Parents: d54eb3b
Author: Steven Gill <st...@gmail.com>
Authored: Tue May 14 17:09:10 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 16 18:48:52 2013 -0700

----------------------------------------------------------------------
 CordovaLib/cordova.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/03f6d175/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index fd5f13d..df1879c 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// 2.7.0rc1-48-gfa57a36
+// 2.7.0rc1-52-g75b136a
 /*
  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.7.0rc1-48-gfa57a36';
+var CORDOVA_JS_BUILD_LABEL = '2.7.0rc1-52-g75b136a';
 // file: lib/scripts/require.js
 
 var require,
@@ -6119,7 +6119,7 @@ require('cordova/channel').onNativeReady.fire();
         finishPluginLoading();
     };
     try { // we commented we were going to try, so let us actually try and catch
-        xhr.open('GET', '/cordova_plugins.json', true); // Async
+        xhr.open('GET', 'cordova_plugins.json', true); // Async
         xhr.send();
     } catch(err){
         finishPluginLoading();