aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/advanced
diff options
context:
space:
mode:
authorSimo-Pekka Koskinen <simo.pekka.koskinen@gmail.com>2016-07-04 14:15:07 +0300
committerArtur Signell <artur@vaadin.com>2016-08-29 23:25:15 +0300
commit792e73a5f33d10178784f38279bfbc0701ec5126 (patch)
tree294e7e120e0bc1f36300d49fc0654e03dd6cd4d6 /documentation/advanced
parentba6251ac268cede6fd79d56c38c336b7f65e051f (diff)
downloadvaadin-framework-792e73a5f33d10178784f38279bfbc0701ec5126.tar.gz
vaadin-framework-792e73a5f33d10178784f38279bfbc0701ec5126.zip
Fixed a broken comment
Fixed broken comment on 'Calling Javascript' -paragraph. Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf
Diffstat (limited to 'documentation/advanced')
-rw-r--r--documentation/advanced/advanced-javascript.asciidoc4
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]