Allow default value to be anything at all.
One can now write:
@param {Object} [scope=this]
And the default value will be `this`.
Loading
Please sign in to comment
One can now write:
@param {Object} [scope=this]
And the default value will be `this`.