**** BEGIN LOGGING AT Wed Jul 31 02:59:58 2013 Jul 31 07:05:07 * pjetr yawns Jul 31 07:44:49 good morning Jul 31 08:03:32 * pjetr waves Jul 31 20:10:59 when there are multiple applications you want rendered into one document.body Jul 31 20:11:19 will that destroy the previous application occupying document.body? Jul 31 20:11:31 or does there have to be clean up done in destroy() before hand? Jul 31 20:12:20 are you talking about the new MVC type stuff or enyo v2.2.0? Jul 31 20:12:25 2.2 Jul 31 20:12:49 you should be able to have many "appliations" on a single page Jul 31 20:13:04 oh, mn notice the last like of your coment Jul 31 20:14:29 haha no problem Jul 31 20:18:57 it seems to because the id on the main div that's inserted increments each time Jul 31 20:19:02 at least in the HTML Jul 31 20:19:08 just want to make sure it's GC in javascript Jul 31 20:19:18 rather I want to make sure the old versions are GC Jul 31 20:20:15 I just did some testing pushing multiple apps on document body and it looked like it cleaned up click event handlers ok off the document Jul 31 20:21:12 thanks, did you notice it writing the same class to the main HTML tag and the body tag? Jul 31 20:21:29 each time it seems to add enyo-document-fit Jul 31 20:21:47 one of the things that's weird though and there is a ticket for it is every time you call renderInto() on an enyo app it adds attributes to the body element Jul 31 20:21:50 to , not a huge deal but if you bounce around a lot that could get really large Jul 31 20:21:52 https://enyojs.atlassian.net/browse/ENYO-2676 Jul 31 20:21:59 haha Jul 31 20:23:32 just added a comment about the getting enyo-document-fit Jul 31 20:23:51 I mean I haven't done of testing but from the very basic test it seams like it cleaned up, you could look more into enyo.Control I think for the renderInto to see how it handles being run on current appliations Jul 31 20:25:52 nothing really specific off the bat, but digging deeper Jul 31 21:01:10 http://forums.enyojs.com/discussion/1601/multiple-apps-and-garbage-collection?new=1 Jul 31 21:01:18 in case anyone wants to follow along :) **** ENDING LOGGING AT Thu Aug 01 02:59:58 2013