X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/src/core/examples/src/Sample/ability/CanComposeSongs.js diff --git a/src/core/examples/src/Sample/ability/CanComposeSongs.js b/src/core/examples/src/Sample/ability/CanComposeSongs.js new file mode 100644 index 00000000..a6e86e86 --- /dev/null +++ b/src/core/examples/src/Sample/ability/CanComposeSongs.js @@ -0,0 +1,9 @@ +Ext.define('Sample.ability.CanComposeSongs', { + canComposeSongs: true, + + composeSongs: function() { + alert(this.getName() + " is composing songs"); + + return this; + } +}); \ No newline at end of file