mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-01 14:33:00 +08:00
Update JS snapshot to version 3.2.0-dev (via coho)
This commit is contained in:
parent
1926c50f09
commit
1316578ba3
7
framework/assets/www/cordova.js
vendored
7
framework/assets/www/cordova.js
vendored
@ -1,5 +1,5 @@
|
|||||||
// Platform: android
|
// Platform: android
|
||||||
// 3.2.0-dev-8e5a2e7
|
// 3.2.0-dev-5ad41a7
|
||||||
/*
|
/*
|
||||||
Licensed to the Apache Software Foundation (ASF) under one
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
or more contributor license agreements. See the NOTICE file
|
or more contributor license agreements. See the NOTICE file
|
||||||
@ -19,9 +19,12 @@
|
|||||||
under the License.
|
under the License.
|
||||||
*/
|
*/
|
||||||
;(function() {
|
;(function() {
|
||||||
var CORDOVA_JS_BUILD_LABEL = '3.2.0-dev-8e5a2e7';
|
var CORDOVA_JS_BUILD_LABEL = '3.2.0-dev-5ad41a7';
|
||||||
// file: lib/scripts/require.js
|
// file: lib/scripts/require.js
|
||||||
|
|
||||||
|
/*jshint -W079 */
|
||||||
|
/*jshint -W020 */
|
||||||
|
|
||||||
var require,
|
var require,
|
||||||
define;
|
define;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user