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 2013/12/06 21:37:36 UTC

[2/2] git commit: Update JS snapshot to version 3.4.0-dev (via coho)

Update JS snapshot to version 3.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: 6eb2185a7a46ab86a933e9db14d259d9464fbb56
Parents: 9a6473c
Author: Steven Gill <st...@gmail.com>
Authored: Fri Dec 6 12:35:14 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Dec 6 12:35:14 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/6eb2185a/cordova-lib/cordova.js
----------------------------------------------------------------------
diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js
index 939690e..ea97c4e 100644
--- a/cordova-lib/cordova.js
+++ b/cordova-lib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: firefoxos
-// 3.3.0-dev-c9de1bc
+// 3.4.0-dev-c13f84f
 /*
  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.3.0-dev-c9de1bc';
+var CORDOVA_JS_BUILD_LABEL = '3.4.0-dev-c13f84f';
 // file: lib/scripts/require.js
 
 /*jshint -W079 */
@@ -507,7 +507,7 @@ function include(parent, objects, clobber, merge) {
                 include(result, obj.children, clobber, merge);
             }
         } catch(e) {
-            utils.alert('Exception building cordova JS globals: ' + e + ' for key "' + key + '"');
+            utils.alert('Exception building Cordova JS globals: ' + e + ' for key "' + key + '"');
         }
     });
 }