Merge pull request #1909 from jvilk/filesystem-fixes

filesystem: `root` is a DirectoryEntry.
This commit is contained in:
Igorbek
2014-03-24 10:54:45 -07:00
+1 -1
View File
@@ -110,7 +110,7 @@ interface FileSystem{
* The root directory of the file system.
* @readonly
*/
root:any;
root: DirectoryEntry;
}
interface Entry {