Commit e75defac47630de9da141ca0ca89cba54a030464
fix some oopsies
Matt McKegg committed on 7/8/2016, 2:32:33 AMParent: 4ae9282d39a3f4b2b43760e4c33d0408c400aa04
Files changed
README.md | changed |
lib/apply-properties.js | changed |
test/dom.js | changed |
README.md | ||
---|---|---|
@@ -26,9 +26,9 @@ | ||
26 | 26 … | value: 0 |
27 | 27 … | }) |
28 | 28 … | |
29 | 29 … | var element = h('div.cool', { |
30 | - class: ['cool', state.text], | |
30 … | + classList: ['cool', state.text], | |
31 | 31 … | style: { |
32 | 32 … | 'background-color': state.color |
33 | 33 … | } |
34 | 34 … | }, [ |
Built with git-ssb-web