Occam's razor.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@403 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-01-24 21:54:26 +00:00
parent cc1a550a55
commit 7dbffa80cf
+1 -3
View File
@@ -137,9 +137,7 @@ public class ChatControl extends HBox
_txt.text = _curLine; _txt.text = _curLine;
// request focus // request focus
callLater(function () :void { callLater(_txt.setFocus);
_txt.setFocus();
});
_controls.push(this); _controls.push(this);
} else { } else {