CB-6422 [windows8] use cordova/exec/proxy

This commit is contained in:
Jesse MacFadyen 2014-04-08 16:35:42 -07:00
parent e3e3996766
commit 1e54cacac1

View File

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