Merge pull request #2629 from DickvdBrink/patch-5

Phonegap: Fixed Filesystem api
This commit is contained in:
Masahiro Wakame
2014-08-06 00:23:35 +09:00

View File

@@ -367,7 +367,7 @@ interface FileUploadResult {
interface Flags {
create: boolean;
exclusive: boolean;
exclusive?: boolean;
}
/*