Skip to content
Commit cb25d11f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

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(){}
    });
parent 6282582a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment