'From etoys2.3 of 2 December 2007 [latest update: #1881] on 29 January 2008 at 5:27:09 pm'! "Change Set: docksFix-sw Date: 29 January 2008 Author: Scott Wallace Fix for TRAC 6265 - hitting tab within scripted world causes error. Removes an obscure dependency on a disused feature which was blocking some uses of the tab key."! !Player class methodsFor: 'other' stamp: 'sw 1/29/2008 13:43'! variableDocks "Backward compatibility -- answer the formal list of VariableDocks associated with the class, assuming the class to be a CardPlayer subclass. Somewhere a long time ago evidently the players assigned to Worlds stopped being CardPlayers, so this method is now provided as a backstop." ^ #()! !