We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a82179 commit df830f4Copy full SHA for df830f4
lib/bind.js
@@ -504,7 +504,7 @@ var Bind = (function Bind(global) {
504
value;
505
});
506
} else if (typeof value === o && value !== null && !isArray(value) &&
507
- value.toString === '[Object object]') {
+ value.toString() === '[Object object]') {
508
target[key] = __export(target[key] || {}, value);
509
} else {
510
target[key] = value;
0 commit comments