quickui
quickui copied to clipboard
QuickUI web component framework
In QuickUI 0.9.4, I can't get the following code to work anymore: ``` class window.Demo extends Control initialize: -> @someProp = 100 doStuff: -> @someProp Demo.create().doStuff #returns undefined ``` If...
It appears that this statement about inheritance structure is not true anymore. From: http://quickui.org/tutorial/css-classes.html "The demo code creates two buttons: one of the plain BasicButton class, and another of class...
The minimized js file doesn't work. Looks like it hasn't been updated. http://quickui.org/release/quickui.min.js