From f58b0bdcbab3665434f864f2081ed7b3cfea56be Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 6 Feb 2008 01:42:10 +0000 Subject: [PATCH] clarify git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@410 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/CommandCheckBox.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/flex/CommandCheckBox.as b/src/as/com/threerings/flex/CommandCheckBox.as index 70a3d031..fddd0224 100644 --- a/src/as/com/threerings/flex/CommandCheckBox.as +++ b/src/as/com/threerings/flex/CommandCheckBox.as @@ -40,8 +40,8 @@ public class CommandCheckBox extends CheckBox * or a function, which will be called when clicked. * @param arg the argument for the CommentEvent or the function. If the arg is an Array * then those parameters are used for calling the function. - * Note that if arg is null, the actual argument passed will be the selected state of the - * button. + * Note that if arg is null, the actual argument passed will be the 'selected' state of the + * button. If you really want to call a method with no args, specify arg as an emtpy Array. */ public function CommandCheckBox (label :String = null, cmdOrFn :* = null, arg :Object = null) {