ahDeepClone

Clones the activities passed to it. Any modifications applied to the original won't be visible in the copy. This includes additions/removals to the original Map

ahDeepClone(activities: Map<Number, Object>): Map<Number, Object>
Parameters
activities (Map<Number, Object>) to be cloned
Returns
Map<Number, Object>: cloned activities