mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Changed bad code
This commit is contained in:
parent
f5a908584c
commit
066f665aac
@ -261,7 +261,7 @@ export default class Utils {
|
||||
let k;
|
||||
for (i = 1, l = arguments.length; i < l; i++) {
|
||||
const assigner = arguments[i];
|
||||
if (!(typeof assigner === "object")) continue;
|
||||
if (typeof assigner !== "object") continue;
|
||||
for (k in assigner) {
|
||||
obj[k] = assigner[k]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user