diff options
Diffstat (limited to 'texmf-dist/doc/latex/lmacs/lmacs_aeb.js')
-rw-r--r-- | texmf-dist/doc/latex/lmacs/lmacs_aeb.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/texmf-dist/doc/latex/lmacs/lmacs_aeb.js b/texmf-dist/doc/latex/lmacs/lmacs_aeb.js new file mode 100644 index 00000000..39b2b4f5 --- /dev/null +++ b/texmf-dist/doc/latex/lmacs/lmacs_aeb.js @@ -0,0 +1,8 @@ +% +% Document JavaScript +% +\begin{insDLJS}[makeAlert]{myjs}{Demo Alert Function} +function makeAlert(msg) { + app.alert(msg); +} +\end{insDLJS} |