Hello everyone,

 

FYSA - I get the following warning when running jsduck against geoext2:

 

C:\Download\GIS\GeoExt\geoext2>jsduck -config jsduck.json

Warning:
C:\Download\GIS\GeoExt\geoext2\src\GeoExt\plugins\PrintPageField.js:93:
Duplicate parameter name target

 

The offending section of code is as follows:

 

    /** 

     * @private

     * @param {Ext.form.Field} target The component that this plugin

     *  extends.

     * @param {Object} target

     */

    init: function(target) {

 

The docs are generated but I'm not sure that the output for the init
function is what is desired as the target parameter is duplicated:

 

init( target, target )

Parameters

target : Ext.form.Field

The component that this plugin extends.

target : Object

 

Cheers,

Gary

 

_______________________________________________
Dev mailing list
Dev@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/dev

Reply via email to