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

[2/6] git 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-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/5e341663
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/5e341663
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/5e341663

Branch: refs/heads/3.5.x
Commit: 5e341663b4b164898ce49cc41f9e17d7e343cac4
Parents: b3011d3
Author: Archana Naik <na...@lab126.com>
Authored: Wed May 7 13:56:07 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Wed May 7 13:56:07 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/5e341663/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index 086b289..f1d0205 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: amazon-fireos
-// 3.6.0-dev-d019540
+// 3.5.0
 /*
  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-d019540';
+var CORDOVA_JS_BUILD_LABEL = '3.5.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -1458,7 +1458,7 @@ exports.reset();
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
-    id: 'amazon-fireos',
+    id: 'android',
     bootstrap: function() {
         var channel = require('cordova/channel'),
             cordova = require('cordova'),