CB-12353 Corrected merges usage in plugin.xml

This commit is contained in:
daserge 2017-01-18 17:20:23 +03:00
parent 894d164191
commit 1185561549

View File

@ -108,14 +108,14 @@
<!-- windows8 -->
<platform name="windows8">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" />
<runs />
</js-module>
</platform>
<!-- windows -->
<platform name="windows">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" />
<runs />
</js-module>
</platform>