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:32:11 UTC

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

Branch: refs/heads/master
Commit: 931beb5d32e0bc2de23320e3b006a3ae94a7c7ab
Parents: 8ea445c
Author: Archana Naik <na...@lab126.com>
Authored: Wed May 7 13:56:10 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Wed May 7 13:56:10 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/931beb5d/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index 086b289..5f79737 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.6.0-dev-6a716cc
 /*
  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.6.0-dev-6a716cc';
 // 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'),