8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If deepMixIn is called with a undefined target by mistake, it silently assigns all the properties onto the global object. This should not be allowed.
deepMixIn
undefined
Please could deepMixIn assert that target is valid to help avoid mistakes.
Thanks.