Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Recognize callbacks with dots in the Node.js mock server
This aligns the Node.js server with the previous PHP one in sending `mock.php` as a callback if there's no `callback` parameter in the query string which is triggered by a recently added test. This prevents the request crashing on that Node.js server and printing a JS error: ``` TypeError: Cannot read property '1' of null ``` Closes jquerygh-4764 Ref jquerygh-4754 (cherry picked from commit df6858d)
- Loading branch information