Skip to content

Commit d678c78

Browse files
committed
typo-negative
1 parent edc422f commit d678c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows8/FileProxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module.exports = {
191191
},
192192

193193
readAsBinaryString:function(win,fail,args) {
194-
var fileName = cordovaPathToNative((args[0]);
194+
var fileName = cordovaPathToNative(args[0]);
195195

196196
getFileFromPathAsync(fileName).then(
197197
function (storageFile) {

0 commit comments

Comments
 (0)