diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/advanced/advanced-javascript.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/advanced/advanced-javascript.asciidoc b/documentation/advanced/advanced-javascript.asciidoc index 6e9cbc45e5..055d2e288f 100644 --- a/documentation/advanced/advanced-javascript.asciidoc +++ b/documentation/advanced/advanced-javascript.asciidoc @@ -17,8 +17,8 @@ code. You can make JavaScript calls from the server-side with the [methodname]#execute()# method in the [classname]#JavaScript# class. You can get a [classname]#JavaScript# instance from the current [classname]#Page# object -with [methodname]#getJavaScript()#.//TODO Check that the API is -so. +with [methodname]#getJavaScript()#. +//TODO Check that the API is so. [source, java] |