Bundled output for commit d60e7ab30c [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-04-04 10:28:10 +00:00
parent d60e7ab30c
commit 0b5f05f4ae
2 changed files with 5 additions and 5 deletions

View file

@ -42,8 +42,8 @@ function execSelector(state, attrs, children) {
attrs[key] = state.attrs[key]
}
}
if (className != null) {
if (attrs.class != null) {
if (className !== undefined) {
if (attrs.class !== undefined) {
attrs.class = undefined
attrs.className = className
}