Fix auto-detecting default cfg value if it's expression.
Previously the following:
/** @cfg */
timeout: 30 * 1000,
would have been detected having default value of 30.
Now such values are just ignored.
Loading
Please sign in to comment