refractor(file): property filesystem of Entry is lowercase

fixes #720
This commit is contained in:
Ibby Hadeed 2016-11-24 05:28:53 -05:00
parent b64d61828a
commit fd0ac37ffc

View File

@ -25,7 +25,7 @@ export interface Entry {
/** The full absolute path from the root to the entry. */ /** The full absolute path from the root to the entry. */
fullPath: string; fullPath: string;
/** The file system on which the entry resides. */ /** The file system on which the entry resides. */
fileSystem: FileSystem; filesystem: FileSystem;
nativeURL: string; nativeURL: string;
/** /**
* Look up metadata about this entry. * Look up metadata about this entry.