mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 15:38:54 +00:00
watch out, I've got a badass overthere
This commit is contained in:
parent
500744e88a
commit
88cc59f615
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue