remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -6,8 +6,6 @@ Custom events can be used to create "graphical components". For instance, a root
Also we can generate built-in events like `click`, `mousedown` etc, that may be good for testing.
[cut]
## Event constructor
Events form a hierarchy, just like DOM element classes. The root is the built-in [Event](http://www.w3.org/TR/dom/#event) class.