Skip to content

Instantly share code, notes, and snippets.

@mitchellsimoens
Created August 17, 2012 15:30
Show Gist options
  • Save mitchellsimoens/3379902 to your computer and use it in GitHub Desktop.
Save mitchellsimoens/3379902 to your computer and use it in GitHub Desktop.
Ext.define('foo', {
....
a : {
one : function() {},
two : function() {}
},
b : {
three : function() {},
four : function() {}
}
});
new foo().a.one();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment