fixing base64 helper function clobber for wp7

[CB-4668] fixing FileTransfer code to work in wp7 and be safe for headers which contain ':'
This commit is contained in:
Viras-
2013-09-13 18:38:48 +02:00
parent 6bd367c512
commit 8cfb8a2568
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
<source-file src="src/wp/FileTransfer.cs" />
<js-module src="www/wp7/base64.js" name="base64">
<clobbers target="window.FileTransfer" />
<clobbers target="window.FileTransferBase64" />
</js-module>
</platform>