On Wednesday, June 11, 2014, Maxime Warnier <[email protected]> wrote:
> 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 :) Oops, sorry, I overlooked that. Rick > > 2014-06-11 0:00 GMT+02:00 Rick Waldron <[email protected] > <javascript:;>>: > > > > > > > > On Tue, Jun 10, 2014 at 12:32 PM, Maxime Warnier <[email protected] > <javascript:;>> 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

