All notable changes to this project will be documented in this file.
- Fix typo when adding to
this.attrs
- Added
eachAttrs
onElemxx
class
- Finally its working! Instead of
this.constructor
orthis.prototype
, we re-extract the object constructor to make it work. So accessing staticthis.css
for styling works now!