Updated Branches: refs/heads/master bc6fcfb42 -> 4a733b080
Updated cordova.js snapshot Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/4a733b08 Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/4a733b08 Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/4a733b08 Branch: refs/heads/master Commit: 4a733b080cc9e101d7fab2470d54c5f1c67c73d3 Parents: bc6fcfb Author: Benn Mapes <[email protected]> Authored: Fri Jul 19 02:36:05 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Fri Jul 19 02:36:05 2013 -0700 ---------------------------------------------------------------------- common/www/cordova.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/4a733b08/common/www/cordova.js ---------------------------------------------------------------------- diff --git a/common/www/cordova.js b/common/www/cordova.js index d16caab..552219e 100644 --- a/common/www/cordova.js +++ b/common/www/cordova.js @@ -1,5 +1,5 @@ // Platform: windowsphone -// 3.0.0rc1-0-g525e76b +// 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-g525e76b'; +var CORDOVA_JS_BUILD_LABEL = '3.0.0-0-ge670de9'; // file: lib/scripts/require.js var require, @@ -1133,7 +1133,7 @@ function handlePluginsObject(path, moduleList) { var scriptCounter = moduleList.length; if (!scriptCounter) { - onScriptLoadingComplete(); + finishPluginLoading(); return; } function scriptLoadedCallback() {
