You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/10 19:56:51 UTC

[2/7] git commit: [CB-4929] plugin-splashscreen not loading proxy windows8

[CB-4929] plugin-splashscreen not loading proxy windows8


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/71a8c9cc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/71a8c9cc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/71a8c9cc

Branch: refs/heads/master
Commit: 71a8c9cc33e54ceb9cbaadd642717b9c297d7242
Parents: f1aed7d
Author: Carlos Santana <cs...@gmail.com>
Authored: Thu Sep 26 15:20:22 2013 -0400
Committer: Carlos Santana <cs...@gmail.com>
Committed: Thu Sep 26 15:20:22 2013 -0400

----------------------------------------------------------------------
 www/windows8/SplashScreenProxy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/71a8c9cc/www/windows8/SplashScreenProxy.js
----------------------------------------------------------------------
diff --git a/www/windows8/SplashScreenProxy.js b/www/windows8/SplashScreenProxy.js
index aa592c1..0652dcb 100644
--- a/www/windows8/SplashScreenProxy.js
+++ b/www/windows8/SplashScreenProxy.js
@@ -28,7 +28,7 @@
 */
 
     var position = { x: 0, y: 0, width: 0, height: 0 };  // defined by evt.detail.splashScreen.imageLocation
-    var splash = null; // 
+    var splash = null; //
     var localSplash; // the image to display
     var localSplashImage;
     var bgColor = "#464646";
@@ -100,5 +100,5 @@ channel.onCordovaReady.subscribe(function (evt) {
     }, false);
 });
 
-require("cordova/commandProxy").add("SplashScreen",SplashScreen);
+require("cordova/windows8/commandProxy").add("SplashScreen",SplashScreen);