Fix path of Tizen's SplashScreenProxy file.

This commit is contained in:
Salvatore Iovene 2013-11-19 13:11:59 +02:00
parent cf7c35d399
commit 9f3b52f4b9

View File

@ -82,7 +82,7 @@
<!-- tizen --> <!-- tizen -->
<platform name="tizen"> <platform name="tizen">
<js-module src="www/tizen/SplashScreenProxy.js" name="SplashScreenProxy"> <js-module src="src/tizen/SplashScreenProxy.js" name="SplashScreenProxy">
</js-module> </js-module>
</platform> </platform>
</plugin> </plugin>