CB-5466: Update to work with filesystem URLs

This should be backwards compatible; raw filesystem paths are now submitted to
the File plugin to see if they can be handled first
This commit is contained in:
Ian Clelland
2013-12-10 13:59:09 -05:00
parent 09b67189bf
commit 647dad7aba
3 changed files with 57 additions and 44 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
<dependency id="org.apache.cordova.file" />
<dependency id="org.apache.cordova.file@1" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />