summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lmacs/examples/lmacs_aeb.js
blob: 39b2b4f540c25209078c23446ddc764b700fd26b (plain)
1
2
3
4
5
6
7
8
%
% Document JavaScript
%
\begin{insDLJS}[makeAlert]{myjs}{Demo Alert Function}
function makeAlert(msg) {
    app.alert(msg);
}
\end{insDLJS}