JSON.prune icon indicating copy to clipboard operation
JSON.prune copied to clipboard

Avoid to redefine a property if is already defined

Open bud-mo opened this issue 8 years ago • 0 comments

If the library is loaded many time may cause trouble when try to define a property many time. This modification skip to define the Date.prototype.toPrunedJSON if is already defined.

bud-mo avatar Sep 27 '17 13:09 bud-mo