mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-22 16:50:45 +08:00
fixing some minor js issue
This commit is contained in:
parent
52a49aaaea
commit
a4cc222a43
@ -193,7 +193,7 @@ FileReader.prototype.readAsText = function(file)
|
|||||||
this.fileName = file;
|
this.fileName = file;
|
||||||
navigator.fileMgr.addFileReader(this.fileName,this);
|
navigator.fileMgr.addFileReader(this.fileName,this);
|
||||||
|
|
||||||
return FileUtil.read(fileName);
|
return FileUtil.read(this.fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
// File Writer
|
// File Writer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user