This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Remove double case on Function in clone
pull/22/head
mtardy
4 years ago
parent
18717eb9a9
commit
96f7a14e46
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
parse.leg
+ 0
- 1
parse.leg
View File
@ -948,7 +948,6 @@ oop clone(oop obj)
case Undefined:
case Integer:
case Float:
case Function:
case Symbol:
return obj;
case String:
Write
Preview
Loading…
Cancel
Save