Merge pull request #3750 from Kagami/docs-fs-typo

Add missed type to FS.mount docs
This commit is contained in:
juj 2015-09-07 22:56:16 +03:00
Родитель 909fed02e6 8cc3a4db85
Коммит d1433e5751
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -131,7 +131,7 @@ File system API
Mounts the FS object specified by ``type`` to the directory specified by ``mountpoint``. The ``opts`` object is specific to each file system type.
:param type: The :ref:`file system type <filesystem-api-filesystems>`: ``MEMFS``, ``NODEFS``, or ``IDBFS``.
:param type: The :ref:`file system type <filesystem-api-filesystems>`: ``MEMFS``, ``NODEFS``, ``IDBFS`` or ``WORKERFS``.
:param object opts: A generic settings object used by the underlying file system.
``NODFES`` uses the `root` parameter to map the Emscripten directory to the physical directory. For example, to mount the current folder as a NODEFS instance: