minor fixes

This commit is contained in:
Ilya Kantor 2020-02-08 20:50:58 +00:00
parent bf8fe9fbe6
commit e4fb777e31

View file

@ -121,7 +121,7 @@ The first idea may be to assign a separate handler to each button. But there's a
The handler reads the attribute and executes the method. Take a look at the working example:
```html autorun height=60 run
```html autorun height=60 run untrusted
<div id="menu">
<button data-action="save">Save</button>
<button data-action="load">Load</button>