From fd0ac37ffccd368bcc82827380a12d19b3bb73da Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 24 Nov 2016 05:28:53 -0500 Subject: [PATCH] refractor(file): property filesystem of Entry is lowercase fixes #720 --- src/plugins/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/file.ts b/src/plugins/file.ts index 63e87e9fc..f11350ac0 100644 --- a/src/plugins/file.ts +++ b/src/plugins/file.ts @@ -25,7 +25,7 @@ export interface Entry { /** The full absolute path from the root to the entry. */ fullPath: string; /** The file system on which the entry resides. */ - fileSystem: FileSystem; + filesystem: FileSystem; nativeURL: string; /** * Look up metadata about this entry.