Skip to content
Snippets Groups Projects
Commit ce657056 authored by deuce's avatar deuce
Browse files

Note that xjs_load()s filename is relative to the directory the xjs file

which calls it is located in.
parent ae88f242
No related branches found
No related tags found
No related merge requests found
......@@ -457,6 +457,7 @@ The following JS commands are available to XJS files only.
xjs_load(filename)
Includes the specified file as though its contents were part of the
current file at the current position. Acts as though the current xjs
tag is closed before the file and re-opened after it.
tag is closed before the file and re-opened after it. The filename
is assumed to be relative to the including file (or absolute.)
/* End of file */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment