From 1d1c2168ff30ac9452b0929db4ae1f5baa83657a Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Wed, 23 Sep 2015 15:45:30 -0400 Subject: updates --- plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cordova-plugin-splashscreen/src/browser') diff --git a/plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js b/plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js index 76d51bfa..d19f8c87 100644 --- a/plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js +++ b/plugins/cordova-plugin-splashscreen/src/browser/SplashScreenProxy.js @@ -21,7 +21,7 @@ // Default parameter values including image size can be changed in `config.xml` var splashImageWidth = 170; var splashImageHeight = 200; -var position = { x: 0, y: 0, width: splashImageWidth, height: splashImageHeight }; +var position = { x: 0, y: 0, width: splashImageWidth, height: splashImageHeight }; var splash = null; // var localSplash; // the image to display var localSplashImage; -- cgit v1.2.3