2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

Modifying isURLSearchParams function to use instanceof instead of duck typing

This commit is contained in:
Nick Uraltsev
2016-05-18 18:47:34 -07:00
parent f20490eb6b
commit 2b8d89a65e
4 changed files with 4 additions and 12 deletions
-2
View File
@@ -1,5 +1,3 @@
var URLSearchParams = require('url-search-params');
describe('requests', function () {
beforeEach(function () {
jasmine.Ajax.install();