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

Document xjs_load() useage.

parent 63be5587
No related branches found
No related tags found
No related merge requests found
......@@ -451,4 +451,12 @@ for(i=1; i<=10; i++) {
</html>
4.2 XJS-specific commands
-------------------------
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.
/* 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