You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/05/29 17:45:08 UTC

[09/13] android commit: Update JS snapshot to version 3.6.0-dev (via coho)

Update JS snapshot to version 3.6.0-dev (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/50c4aef8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/50c4aef8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/50c4aef8

Branch: refs/heads/4.0.x
Commit: 50c4aef87328c9c932bcee869fc1691a259806da
Parents: cf42d31
Author: Steven Gill <st...@gmail.com>
Authored: Thu May 8 15:32:28 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu May 8 15:32:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/50c4aef8/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index c09cc42..ed621c7 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// 3.6.0-dev-eb7268f
+// 3.6.0-dev-7e845f3
 /*
  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-eb7268f';
+var CORDOVA_JS_BUILD_LABEL = '3.6.0-dev-7e845f3';
 // file: src/scripts/require.js
 
 /*jshint -W079 */