소스 검색

Remove double case on Function in clone

pull/22/head
mtardy 4 년 전
부모
커밋
96f7a14e46
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      parse.leg

+ 0
- 1
parse.leg 파일 보기

@ -948,7 +948,6 @@ oop clone(oop obj)
case Undefined:
case Integer:
case Float:
case Function:
case Symbol:
return obj;
case String:

불러오는 중...
취소
저장