gevik
15 Dec 2010, 11:39 AM
In the following components the code documentation of @cfgs is not consistent which results ext-doc to generate faulty data:
1. Ext.ux.Reorderer
2. Ext.layout.boxOverflow.Scroller
the cfg doc format should be:
/**
* @cfg {Boolean} animate
*/
and not:
/**
* @cfg animate
* @type Boolean
*/
1. Ext.ux.Reorderer
2. Ext.layout.boxOverflow.Scroller
the cfg doc format should be:
/**
* @cfg {Boolean} animate
*/
and not:
/**
* @cfg animate
* @type Boolean
*/