Fix Error: Malformed comment

This commit is contained in:
Sebastián Katzer 2017-01-27 09:45:19 +01:00
parent 5f8430f65c
commit bcda9ed6a6

View File

@ -93,11 +93,11 @@
</config-file> </config-file>
<config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows"> <config-file target="package.appxmanifest" parent="/Package/Capabilities" device-target="windows">
<!-- https://issues.apache.org/jira/browse/CB-12380 https://issues.apache.org/jira/browse/CB-12380
<Capability Name="backgroundMediaPlayback" /> <Capability Name="backgroundMediaPlayback" />
</config-file> </config-file>
<!-- https://github.com/apache/cordova-windows/pull/213 https://github.com/apache/cordova-windows/pull/213
<resource-file src="appbeep.wma" target="appbeep.wma" /> <resource-file src="appbeep.wma" target="appbeep.wma" />
<js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy"> <js-module src="src/windows/BackgroundModeProxy.js" name="BackgroundModeProxy">