Phonegap: Fixed Filesystem api

This commit is contained in:
Dick van den Brink
2014-08-05 13:10:10 +02:00
parent 7a9a41ac05
commit 982f57d126
+1 -1
View File
@@ -367,7 +367,7 @@ interface FileUploadResult {
interface Flags {
create: boolean;
exclusive: boolean;
exclusive?: boolean;
}
/*