The bottom of the qwery.js file passes in an additional 'this'. ``` js }, this); ``` When the function only accepts 3 arguments. ``` js (function (name, context, definition) { ```
The bottom of the qwery.js file passes in an additional 'this'.
When the function only accepts 3 arguments.