add mic to header
This commit is contained in:
parent
962908d145
commit
99f5167804
36 changed files with 715 additions and 106 deletions
|
@ -3,6 +3,7 @@
|
|||
window.FileSystem = {
|
||||
|
||||
fileExists: function (path) {
|
||||
return false;
|
||||
return NativeFileSystem.fileExists(path);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue