Skip to content
Snippets Groups Projects
Commit 91c6b52b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Descriptions of js.exec_file and exec_dir were reversed

parent abc63541
No related branches found
No related tags found
No related merge requests found
......@@ -224,8 +224,8 @@ static char* prop_desc[] = {
,"do callbacks after script finishes running"
/* New properties go here... */
,"full path and filename of JS file executed"
,"directory of executed JS file"
,"JS filename executed (with no path)"
,"directory of executed JS file"
,"Either the configured startup directory in SCFG (for externals) or the cwd when jsexec is started"
,"global scope for this script"
,"load() search path array.<br>For relative load paths (e.g. not beginning with '/' or '\\'), "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment