You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/07/09 03:56:05 UTC

[6/7] git commit: typo-negative

typo-negative


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/d678c781
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/d678c781
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/d678c781

Branch: refs/heads/master
Commit: d678c7819a4c3479b495ce86176383e80ffee138
Parents: edc422f
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jul 8 18:16:50 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jul 8 18:16:50 2014 -0700

----------------------------------------------------------------------
 src/windows8/FileProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/d678c781/src/windows8/FileProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js
index bd77725..93fdc8e 100644
--- a/src/windows8/FileProxy.js
+++ b/src/windows8/FileProxy.js
@@ -191,7 +191,7 @@ module.exports = {
     },
 
     readAsBinaryString:function(win,fail,args) {
-        var fileName = cordovaPathToNative((args[0]);
+        var fileName = cordovaPathToNative(args[0]);
 
         getFileFromPathAsync(fileName).then(
             function (storageFile) {