It seems that if you try to move a DOM element that contains a can.Component, the Component's inserted event is called again when it is moved.
Is there a better (correct) way to do this without triggering "inserted" once the can.Component has already been inserted into the DOM?