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/15 02:11:39 UTC

android commit: updated js

Updated Branches:
  refs/heads/3.0.0 bc5ce2b08 -> ae0672a55


updated js


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

Branch: refs/heads/3.0.0
Commit: ae0672a55b37d5bb6cc6327181a80c065c1e6d5d
Parents: bc5ce2b
Author: Steven Gill <st...@gmail.com>
Authored: Tue May 14 17:11:33 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue May 14 17:11:33 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ae0672a5/framework/assets/js/cordova.android.js
----------------------------------------------------------------------
diff --git a/framework/assets/js/cordova.android.js b/framework/assets/js/cordova.android.js
index a999f12..0ece95a 100644
--- a/framework/assets/js/cordova.android.js
+++ b/framework/assets/js/cordova.android.js
@@ -1,5 +1,5 @@
 // Platform: android
-// 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,
@@ -6536,7 +6536,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();