intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

Fix bug: Event handler list not refreshed after deleting an event handler #289

Closed xuqingkuang closed 12 years ago

xuqingkuang commented 12 years ago

Fixed issue: https://01.org/jira/browse/RIB-37

zhizhangchen commented 12 years ago

"Fix bug: Event handler list not refreshed after deleting an event handler" might be a better commit message

xuqingkuang commented 12 years ago

The code updated by your comments, please review. @zhizhangchen