[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

@ -100,5 +100,5 @@ channel.onCordovaReady.subscribe(function (evt) {
}, false); }, false);
}); });
require("cordova/commandProxy").add("SplashScreen",SplashScreen); require("cordova/windows8/commandProxy").add("SplashScreen",SplashScreen);