Skip to content
Snippets Groups Projects
Select Git revision
  • cb25d11fa46da37cb690b48331565f80210c51f0
  • master default protected
  • v6.0.0.beta
  • v5.3.4
  • v5.3.3
  • v5.3.2
  • v5.3.1
  • v5.3.0
  • v5.2.0
  • v5.1.0
  • v5.0.1
  • v5.0.0
  • v5.0.0.beta5
  • v5.0.0.beta4
  • v4.10.4
  • v5.0.0.beta3
  • v4.10.3
  • v4.10.2
  • v4.10.1
  • v4.10.0
  • v4.9.0
  • v4.8.0
22 results

jsduck

user avatar
Rene Saarsoo authored
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(){}
    });
cb25d11f
History
Name Last commit Last update