Auto-detection of Ext.override().
One can now just add an empty doc-comment before Ext.override and all the overrides will get detected: /** */ Ext.override(Some.Class, { foo: 1, doSomething: function(){} });
Loading
Please register or sign in to comment