v0.14.0 - Fix a bug with User.event$()
Pre-release
Pre-release
User.event$(selector, eventName) was not working for some custom elements. This fix supports only a selector which is a single class name, e.g., .foo. Using simple and single class names for elements in your Views is also a best practice for development.