fixed case of javascript filename

This commit is contained in:
Andrew Stephan 2014-04-22 14:40:11 -04:00
parent 8c1df2fdca
commit 4f3733d38f

View File

@ -16,7 +16,7 @@
<dependency id="org.apache.cordova.file" commit="r0.2.5" />
<js-module src="www/CordovaHTTP.js" name="CordovaHttpPlugin">
<js-module src="www/cordovaHTTP.js" name="CordovaHttpPlugin">
<clobbers target="plugins.CordovaHttpPlugin" />
</js-module>