diff --git a/doc/lib.rst b/doc/lib.rst index e87cc77cc270d..9252ec7a0cbc0 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -472,6 +472,9 @@ Modules for JS backend * `dom `_ Declaration of the Document Object Model for the JS backend. +* `jsconsole `_ + Wrapper for the ``console`` object. + * `jscore `_ Wrapper of core JavaScript functions. For most purposes you should be using the ``math``, ``json``, and ``times`` stdlib modules instead of this module.