— Doesn't Object.new
do this job
— Or maybe that was Object.create
— Yeah thats what I use it for
— myThing.prototype = Object.create(otherThing.prototype);
— Item refers to panels and panels refers to item, so that is a cycle I think
— What do you want to detect?
— You want to parse that string?