Merge branch 'master' into edge
This commit is contained in:
commit
e32895e1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ function makeselector() {
|
|||
if (typeof(q)==="string") {
|
||||
args.query = q;
|
||||
} else {
|
||||
// replaced $.extend(argsm q)
|
||||
// replaced $.extend(args, q)
|
||||
$.each(q, function(key, value) {
|
||||
args[key] = value;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue