Created
January 27, 2013 23:14
-
-
Save ejulio/4651214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ext.define('ClasseTouch', { | |
extend: 'Ext.mixins.Observable' | |
}); | |
Ext.define('ClasseExt', { | |
extend: 'Ext.util.Observable' | |
}); | |
// É possível melhorar o código para | |
Ext.define('MinhaClasse', { | |
extend: Ext.util.Observable || Ext.mixins.Observable | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment