Bug fixes

This commit is contained in:
Behind The Math
2018-03-20 18:42:39 -04:00
parent ee82d0e0c7
commit 494f1f35ac
4 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
module.exports = function(target) {
if (target == null) {
return target
return null
}
var to = Object(target)