Updated Branches: refs/heads/master 33345bdee -> 73708ba6b
[wp] update comments with proper args Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/0a5347a8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/0a5347a8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/0a5347a8 Branch: refs/heads/master Commit: 0a5347a8348ea301594ebc959f0a8fa879340e42 Parents: 33345bd Author: Jesse MacFadyen <[email protected]> Authored: Mon Jul 15 17:41:36 2013 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Mon Jul 15 17:41:36 2013 -0700 ---------------------------------------------------------------------- src/wp/File.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/0a5347a8/src/wp/File.cs ---------------------------------------------------------------------- diff --git a/src/wp/File.cs b/src/wp/File.cs index 215bd39..b0534f0 100644 --- a/src/wp/File.cs +++ b/src/wp/File.cs @@ -779,10 +779,9 @@ namespace WPCordovaClassLib.Cordova.Commands } } - //write:["filePath","data","position"], + //write:[filePath,data,position,isBinary,callbackId] public void write(string options) { - // TODO: try/catch string[] optStrings = getOptionStrings(options); string filePath = optStrings[0];
