watch out, I've got a badass overthere

This commit is contained in:
overflowerror 2014-05-18 21:35:31 +02:00
parent 500744e88a
commit 88cc59f615

View file

@ -32,7 +32,7 @@ function clone(object){
if(!object) if(!object)
return object; return object;
if (typeof object != "object") if (typeof object != "object")
return obj; return object;
var tmp = object.constructor(); var tmp = object.constructor();