fix tables in mobile

This commit is contained in:
Leo Horie 2017-01-17 22:36:34 -05:00
parent b8e8afffa8
commit 810228c442
7 changed files with 77 additions and 49 deletions

View file

@ -181,7 +181,7 @@ Mithril does not attempt to add units to number values.
### Events
Mithril supports event handler binding for all DOM events, including events whose specs do not define an `on<event>` property, such as `touchstart`
Mithril supports event handler binding for all DOM events, including events whose specs do not define an `on${event}` property, such as `touchstart`
```javascript
function doSomething(e) {