Bug fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = function(target) {
|
||||
if (target == null) {
|
||||
return target
|
||||
return null
|
||||
}
|
||||
|
||||
var to = Object(target)
|
||||
|
||||
Reference in New Issue
Block a user