bundler variable disambiguation
This commit is contained in:
parent
2ca8fa6e66
commit
e5391a1957
10 changed files with 75 additions and 542 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use strict"
|
||||
|
||||
module.exports = function buildQueryString(object) {
|
||||
module.exports = function(object) {
|
||||
if (Object.prototype.toString.call(object) !== "[object Object]") return ""
|
||||
|
||||
var args = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue