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 2014/08/21 01:30:43 UTC

[2/5] android commit: Revert "Update JS snapshot to version 3.5.0 (via coho)"

Revert "Update JS snapshot to version 3.5.0 (via coho)"

This reverts commit bd30fdbda8c07349bdb90f9caf1ef8f3cddd17d1.


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

Branch: refs/heads/3.5.x
Commit: 8c583065bd3a2260d477257210ff4e4f2c547df2
Parents: 98d6176
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 20 16:27:55 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 20 16:27:55 2014 -0700

----------------------------------------------------------------------
 framework/assets/www/cordova.js | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8c583065/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index 2c4b681..a791995 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// 6e7d6458852630c595a2e73c8e99da9b18fe8794
+// 3.6.0-dev-ff0358b
 /*
  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 PLATFORM_VERSION_BUILD_LABEL = '3.5.0';
+var CORDOVA_JS_BUILD_LABEL = '3.6.0-dev-ff0358b';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -175,8 +175,7 @@ function createEvent(type, data) {
 var cordova = {
     define:define,
     require:require,
-    version:PLATFORM_VERSION_BUILD_LABEL,
-    platformVersion:PLATFORM_VERSION_BUILD_LABEL,
+    version:CORDOVA_JS_BUILD_LABEL,
     platformId:platform.id,
     /**
      * Methods to add/remove your own addEventListener hijacking on document + window.