no message

Former-commit-id: 52f090d7e53a7a7999cd1b4487b0efd48f41c3ed
Former-commit-id: fdc58efba86c77d0edb420cb52fd479f4b9425b4
Former-commit-id: 925acbc7400e9aacada9b0dbca5c1a371dad4b57
This commit is contained in:
李杨
2018-01-16 21:15:25 +08:00
parent bc9cae6ba1
commit 408f39d84e
4 changed files with 8 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export const clone = (obj) => {
const clone = (obj) => {
var o
if (typeof obj === 'object') {
if (obj === null) {
@@ -19,3 +19,5 @@ export const clone = (obj) => {
} else { o = obj }
return o
}
export default clone

View File

@@ -1 +1 @@
770af54da1a6e44b05382c9d304243620d6da715
637e1ab54544a3296a996a352314ab659e5b43a2