mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 13:32:17 +08:00
Merge pull request #2629 from DickvdBrink/patch-5
Phonegap: Fixed Filesystem api
This commit is contained in:
2
phonegap/phonegap.d.ts
vendored
2
phonegap/phonegap.d.ts
vendored
@@ -367,7 +367,7 @@ interface FileUploadResult {
|
||||
|
||||
interface Flags {
|
||||
create: boolean;
|
||||
exclusive: boolean;
|
||||
exclusive?: boolean;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user