aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript/lib.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-09 05:55:48 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commit3683d80b25bcecb9fe72ba336fda5d3e98459993 (patch)
tree13391994ffb3ddd28d7d3387cb027cef1a48397e /doc/ref/javascript/lib.texi
parentNote some javascript functions as private. (diff)
downloadcalp-3683d80b25bcecb9fe72ba336fda5d3e98459993.tar.gz
calp-3683d80b25bcecb9fe72ba336fda5d3e98459993.tar.xz
Move javascript doc down one level.
Diffstat (limited to 'doc/ref/javascript/lib.texi')
-rw-r--r--doc/ref/javascript/lib.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/javascript/lib.texi b/doc/ref/javascript/lib.texi
index eda72ccf..ec5d4450 100644
--- a/doc/ref/javascript/lib.texi
+++ b/doc/ref/javascript/lib.texi
@@ -1,6 +1,6 @@
@node lib
-@section lib.js
+@subsection lib.js
General procedures which in theory could be used anywhere.
@@ -11,7 +11,7 @@ The xml namespace name for xcalendar, which is
@node Default prototype extensions
-@subsection Default prototype extensions
+@subsubsection Default prototype extensions
HTMLElement extensions
@@ -37,7 +37,7 @@ Allows extending for custom types,
@end defmethod
@node General
-@subsection General
+@subsubsection General
@defun zip args ...
Takes a list of lists, and returns a single list of tuples.
@@ -86,7 +86,7 @@ already is one, otherwise wrapping it in a list.
@end defun
@node Date
-@subsection Date
+@subsubsection Date
Some extensions to the builtin class ``Date'' is made.