Update JS snapshot to version 3.5.0-dev (via coho)
Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/bb64cfa4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/bb64cfa4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/bb64cfa4 Branch: refs/heads/master Commit: bb64cfa4e4b7ebb8bf1322f6ae445afac69da776 Parents: fc2a5fa Author: Steven Gill <[email protected]> Authored: Thu Jan 30 17:05:31 2014 -0800 Committer: Steven Gill <[email protected]> Committed: Thu Jan 30 17:05:31 2014 -0800 ---------------------------------------------------------------------- www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/bb64cfa4/www/cordova.js ---------------------------------------------------------------------- diff --git a/www/cordova.js b/www/cordova.js index 59082e0..29a3502 100644 --- a/www/cordova.js +++ b/www/cordova.js @@ -1,5 +1,5 @@ // Platform: ubuntu -// 3.4.0-dev-7e39609 +// 3.5.0-dev-a9d8c4b /* 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.4.0-dev-7e39609'; +var CORDOVA_JS_BUILD_LABEL = '3.5.0-dev-a9d8c4b'; // file: src/scripts/require.js /*jshint -W079 */
