Updated Branches: refs/heads/master 9ccb12850 -> d41192740
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/d4119274 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d4119274 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d4119274 Branch: refs/heads/master Commit: d41192740676d658ab5f1933901bbf122a9f5e12 Parents: 9ccb128 Author: Shazron Abdullah <[email protected]> Authored: Thu Jul 18 17:33:31 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Thu Jul 18 17:33:31 2013 -0700 ---------------------------------------------------------------------- CordovaLib/cordova.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d4119274/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() {
