Thanks for your answers. Object.assign seems good but provides only copy for enumerable properties, not a real deep clone.
I know for jquery, that's why i precised "only for DOM" but it was just to show the syntax :) 2014-06-11 0:00 GMT+02:00 Rick Waldron <[email protected]>: > > > > On Tue, Jun 10, 2014 at 12:32 PM, Maxime Warnier <[email protected]> wrote: >> >> Hi All >> >> Do you know if it is planned or maybe in discussion for ES7 to have a >> simple clone system on objects ? >> >> There are different notations, from : >> >> - jquery >> >> Object.clone( [withDataAndEvents ] [, deepWithDataAndEvents ] ) > > > jQuery doesn't clone objects, it clones DOM elements. > > Rick -- Maxime _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

