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

This commit is contained in:
Carlos Santana 2013-09-26 15:20:22 -04:00
parent f1aed7d844
commit 71a8c9cc33

View File

@ -28,7 +28,7 @@
*/ */
var position = { x: 0, y: 0, width: 0, height: 0 }; // defined by evt.detail.splashScreen.imageLocation 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 localSplash; // the image to display
var localSplashImage; var localSplashImage;
var bgColor = "#464646"; var bgColor = "#464646";
@ -100,5 +100,5 @@ channel.onCordovaReady.subscribe(function (evt) {
}, false); }, false);
}); });
require("cordova/commandProxy").add("SplashScreen",SplashScreen); require("cordova/windows8/commandProxy").add("SplashScreen",SplashScreen);