From 71a8c9cc33e54ceb9cbaadd642717b9c297d7242 Mon Sep 17 00:00:00 2001
From: Carlos Santana <csantana23@gmail.com>
Date: Thu, 26 Sep 2013 15:20:22 -0400
Subject: [PATCH] [CB-4929] plugin-splashscreen not loading proxy windows8

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

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