Skip to content

Commit

Permalink
CB-13569: fix inverted LocalFileSystem enum (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 23, 2018
1 parent 341fa9c commit d135cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,6 @@ interface Cordova {


declare enum LocalFileSystem {
PERSISTENT=0,
TEMPORARY=1
PERSISTENT=1,
TEMPORARY=0
}

0 comments on commit d135cd0

Please sign in to comment.