Avoid crash in case of optional nameless parameter.
Ext 1.1 source happened to contained code like:
/**
* @param {String} (optional)
*/
which brought JSDuck crashing down.
Loading
Please sign in to comment
Ext 1.1 source happened to contained code like:
/**
* @param {String} (optional)
*/
which brought JSDuck crashing down.