Skip to content

Instantly share code, notes, and snippets.

View mijzcx's full-sized avatar

Melvin R. Zamora mijzcx

View GitHub Profile
@jackslocum
jackslocum / gist:7ff2b8db16f848004b44
Created September 10, 2014 21:22
Better Declarative Listeners for ExtJS
/**
* @author Jack Slocum
* MIT License
*
* Adds support for "listens" config on components.
* http://jackslocum.com/blog/listens/
*/
Ext.define('xui.mods.Listens', {
override: 'Ext.Component',