Community
Participate
Working Groups
function Top() {} Top.prototype = new Bottom(); function Middle() {} Middle.prototype = new Top(); function Bottom() {} Bottom.prototype = new Middle();
Does not happen in 3.5.1.