**** BEGIN LOGGING AT Wed Mar 11 02:59:58 2015 Mar 11 03:56:03 Are there any hitches from passing an enyo.Model to enyo.clone()? Mar 11 03:56:57 probably, lemme check Mar 11 04:01:17 Yes, there are all kinds of hitches Mar 11 04:01:23 enyo.clone is just a shallow copy Mar 11 04:01:34 DougReeder: https://github.com/enyojs/enyo/blob/master/source/kernel/lang.js#L840 Mar 11 04:01:36 Hmm. Mar 11 04:03:58 I have a pane to edit a complex model, but nothing should be saved until the user taps the Save button, so I need to generate the differences between the original object and the final object. Mar 11 04:04:59 DougReeder: why not just pull down the same data into two models? Mar 11 04:05:08 then you can make changes on one Mar 11 04:05:14 and use the other for comparison Mar 11 04:16:07 I’m not clear on how one does that for models created using fetch(). Mar 11 04:18:03 Ah! new PersonModel(oldPerson.raw()) Mar 11 04:18:37 And that doesn’t copy computed properties, either. Mar 11 04:29:04 DougReeder: it doesn't need to. The new computed properties should be able to be computed based on the original data, should it not? Mar 11 04:40:38 Right. Mar 11 05:18:35 Sup enyoers Mar 11 16:33:06 morning enyoers **** ENDING LOGGING AT Thu Mar 12 02:59:58 2015