diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js b/StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js index fbd9f35f..06c06972 100644 --- a/StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/src/tizen/SplashScreenProxy.js @@ -21,7 +21,7 @@ ( function() { -win = null; +var win = null; module.exports = { show: function() { |
