You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:52 UTC

[4/8] git commit: CB-6422 [windows8] use cordova/exec/proxy

CB-6422 [windows8] use cordova/exec/proxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/1e54caca
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/1e54caca
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/1e54caca

Branch: refs/heads/master
Commit: 1e54cacac1ef4df4e43e9f488033a81e3d2b1e17
Parents: e3e3996
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:35:42 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:35:42 2014 -0700

----------------------------------------------------------------------
 www/windows8/SplashScreenProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/1e54caca/www/windows8/SplashScreenProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/SplashScreenProxy.js b/www/windows8/SplashScreenProxy.js
index e7b2f30..a9660e9 100644
--- a/www/windows8/SplashScreenProxy.js
+++ b/www/windows8/SplashScreenProxy.js
@@ -102,5 +102,5 @@ channel.onCordovaReady.subscribe(function (evt) {
     }, false);
 });
 
-require("cordova/windows8/commandProxy").add("SplashScreen", SplashScreen);
+require("cordova/exec/proxy").add("SplashScreen", SplashScreen);