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);