Skip to content

Instantly share code, notes, and snippets.

@mitchellsimoens
Created September 16, 2014 21:02
Show Gist options
  • Save mitchellsimoens/3d23c4fea9002dd18578 to your computer and use it in GitHub Desktop.
Save mitchellsimoens/3d23c4fea9002dd18578 to your computer and use it in GitHub Desktop.
Move listeners to Main.js
{
xtype: 'wsCourseBrowser',
id: 'img-chooser-view',
region: 'center',
reference: 'courseBrowser',
listeners: {
selectionchange: 'onIconSelect',
itemdblclick: 'fireImageSelected'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment