Removed Node, NodeType and Document definitions from jssys.

This commit is contained in:
Yuriy Glukhov
2015-11-25 16:37:36 +02:00
parent eaed36092c
commit 0abfbf8f0d
2 changed files with 22 additions and 74 deletions

View File

@@ -14,6 +14,8 @@ News
- ``macros.newLit`` for ``bool`` now produces false/true symbols which
actually work with the bool datatype.
- when compiling to JS, ``Node``, ``NodeType`` and ``Document`` are no longer
defined. Use the types defined in ``dom.nim`` instead.
2015-10-27 Version 0.12.0 released