From 792e73a5f33d10178784f38279bfbc0701ec5126 Mon Sep 17 00:00:00 2001 From: Simo-Pekka Koskinen Date: Mon, 4 Jul 2016 14:15:07 +0300 Subject: Fixed a broken comment Fixed broken comment on 'Calling Javascript' -paragraph. Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf --- documentation/advanced/advanced-javascript.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/advanced') 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] -- cgit v1.2.3