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:12 UTC

[3/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/3328a1f6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/3328a1f6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/3328a1f6

Branch: refs/heads/master
Commit: 3328a1f62dd509aeaf6dc50adccd4489836e9513
Parents: 931beb5
Author: Archana Naik <na...@lab126.com>
Authored: Wed May 7 14:06:10 2014 -0700
Committer: Archana Naik <na...@lab126.com>
Committed: Wed May 7 14:06: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/3328a1f6/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index 5f79737..c934349 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: amazon-fireos
-// 3.6.0-dev-6a716cc
+// 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-6a716cc';
+var CORDOVA_JS_BUILD_LABEL = '3.6.0-dev-7e845f3';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -1458,7 +1458,7 @@ exports.reset();
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
-    id: 'android',
+    id: 'amazon-fireos',
     bootstrap: function() {
         var channel = require('cordova/channel'),
             cordova = require('cordova'),