Bundled output for commit 421474c0e2 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2018-11-24 13:15:33 +00:00
parent 421474c0e2
commit d1c090efb7
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ mithril.js [![NPM Version](https://img.shields.io/npm/v/mithril.svg)](https://ww
## What is Mithril?
A modern client-side Javascript framework for building Single Page Applications. It's small (<!-- size -->8.93 KB<!-- /size --> gzipped), fast and provides routing and XHR utilities out of the box.
A modern client-side Javascript framework for building Single Page Applications. It's small (<!-- size -->8.94 KB<!-- /size --> gzipped), fast and provides routing and XHR utilities out of the box.
Mithril is used by companies like Vimeo and Nike, and open source platforms like Lichess 👍.

View file

@ -60,7 +60,7 @@ function execSelector(state, attrs, children) {
if (className != null || state.attrs.className != null) attrs.className =
className != null
? state.attrs.className != null
? state.attrs.className + " " + className
? String(state.attrs.className) + " " + String(className)
: className
: state.attrs.className != null
? state.attrs.className

2
mithril.min.js vendored

File diff suppressed because one or more lines are too long