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:21:05 UTC

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

Update JS snapshot to version 3.5.0 (via coho)


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

Branch: refs/heads/3.5.x
Commit: bd30fdbda8c07349bdb90f9caf1ef8f3cddd17d1
Parents: 5ed35ee
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 18 17:15:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 18 17:15:26 2014 -0700

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


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