Closed mmacaula closed 9 years ago
Thanks @mmacaula! I think that it'd be actually a good idea to be able to pass multiple classes as a default behavior, without overriding a default implementation. Let's wait for other guys input. Cheers! Related: https://github.com/AmpersandJS/ampersand-dom/issues/14
@kamilogorek is the example given in this PR invalid or can we merge this in to fix the docs and then file an issue discussing a better/different example to use?
@bear we can get it in for now and change it once we take care of https://github.com/AmpersandJS/ampersand-dom/issues/13
Thanks @kamilogorek - i'll merge it now!
I found the documentation missing for
rootElementClass
so I figured I'd add it.I also threw in another section on customization in the docs. I can remove this if you don't think it helpful.
Finally, the docs state that
name
is required, but it wasn't in the actual code. I wasn't sure if it should be, but for now I figured do no harm and just update the docs to reflect reality.