Skip to content

Commit

Permalink
wrap delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalff committed Nov 2, 2019
1 parent b24a438 commit 66bb1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ DotObject.copy = wrap('copy')
DotObject.object = wrap('object')
DotObject.str = wrap('str')
DotObject.set = wrap('set')
DotObject.delete = wrap('delete')
DotObject.del = DotObject.remove = wrap('remove')
DotObject.dot = wrap('dot')

Expand Down
1 change: 1 addition & 0 deletions src/dot-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ DotObject.copy = wrap('copy')
DotObject.object = wrap('object')
DotObject.str = wrap('str')
DotObject.set = wrap('set')
DotObject.delete = wrap('delete')
DotObject.del = DotObject.remove = wrap('remove')
DotObject.dot = wrap('dot')

Expand Down

0 comments on commit 66bb1ca

Please sign in to comment.