Updated Branches: refs/heads/3.0.x 46b2120a8 -> 8c50ee2a8
Updated cordova.js to 3.0.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/8c50ee2a Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/8c50ee2a Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/8c50ee2a Branch: refs/heads/3.0.x Commit: 8c50ee2a8c6b6f80d2f078198f767fb9c31b46fa Parents: 46b2120 Author: Shazron Abdullah <[email protected]> Authored: Thu Jul 18 17:33:31 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Thu Jul 18 17:34:16 2013 -0700 ---------------------------------------------------------------------- CordovaLib/cordova.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8c50ee2a/CordovaLib/cordova.js ---------------------------------------------------------------------- diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index d4b5b4d..d1f13a6 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: ios -// 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, @@ -1304,7 +1304,7 @@ function handlePluginsObject(path, moduleList) { var scriptCounter = moduleList.length; if (!scriptCounter) { - onScriptLoadingComplete(); + finishPluginLoading(); return; } function scriptLoadedCallback() {
