Ext.define('My.awesome.Class', { someProperty: 'something', someMethod: function() { alert(s + this.someProperty); } ... });