fedwiki / wiki

Federated Wiki - node server as npm package
https://npmjs.org/package/wiki
Other
334 stars 72 forks source link

modify the deep copy code to handle parameter arrays #113

Closed paul90 closed 6 years ago

paul90 commented 6 years ago

Here we modify the deep clone function so that it handles Array objects correctly as an array rather than as the underlying object.

WardCunningham commented 6 years ago

So this is what it takes. Thanks for working this out.