From aaddfa6f3a6f1c38335a629e1ccbef170d05b92d Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Thu, 8 May 2014 15:32:28 -0700 Subject: [PATCH] Update JS snapshot to version 3.6.0-dev (via coho) --- framework/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index c09cc428..ed621c7b 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 3.6.0-dev-eb7268f +// 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-eb7268f'; +var CORDOVA_JS_BUILD_LABEL = '3.6.0-dev-7e845f3'; // file: src/scripts/require.js /*jshint -W079 */