mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Incrementing version to 3.0.0, ready for tagging
This commit is contained in:
6
framework/assets/www/cordova.js
vendored
6
framework/assets/www/cordova.js
vendored
@@ -1,5 +1,5 @@
|
||||
// Platform: android
|
||||
// 3.0.0rc1-0-g1965a39
|
||||
// 3.0.0-0-ge670de9
|
||||
/*
|
||||
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.0.0rc1-0-g1965a39';
|
||||
var CORDOVA_JS_BUILD_LABEL = '3.0.0-0-ge670de9';
|
||||
// file: lib/scripts/require.js
|
||||
|
||||
var require,
|
||||
@@ -1786,7 +1786,7 @@ function handlePluginsObject(path, moduleList) {
|
||||
var scriptCounter = moduleList.length;
|
||||
|
||||
if (!scriptCounter) {
|
||||
onScriptLoadingComplete();
|
||||
finishPluginLoading();
|
||||
return;
|
||||
}
|
||||
function scriptLoadedCallback() {
|
||||
|
||||
Reference in New Issue
Block a user