diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-06-21 22:52:55 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-06-21 23:48:41 +0200 |
commit | 2353b5633e1c5ce3374e07883aaffde79fdac0b5 (patch) | |
tree | 24b76df3868447d9d8c641863747a2176cf5c3b1 /lib/js | |
parent | 6a2bb0058ca6e7024a690b1459d425014883f66c (diff) | |
download | Nim-2353b5633e1c5ce3374e07883aaffde79fdac0b5.tar.gz |
Hyperlinks back JavaScript target.
Diffstat (limited to 'lib/js')
-rw-r--r-- | lib/js/dom.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/js/dom.nim b/lib/js/dom.nim index d90067176..951d8e835 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -7,7 +7,8 @@ # distribution, for details about the copyright. # -## Declaration of the Document Object Model for the JavaScript backend. +## Declaration of the Document Object Model for the `JavaScript backend +## <backends.html#the-javascript-target>`_. when not defined(js) and not defined(Nimdoc): {.error: "This module only works on the JavaScript platform".} |