Object extending and cloning are currently handle by jQuery.extend()
We should keep in mind removing jQuery dependency and avoid the ambiguous usage of $.extend
Sounds to me like a good idea to have a "Ju" global object (similar to jQuery) to easily access utilities like this.
Object extending and cloning are currently handle by jQuery.extend()
We should keep in mind removing jQuery dependency and avoid the ambiguous usage of $.extend
Sounds to me like a good idea to have a "Ju" global object (similar to jQuery) to easily access utilities like this.