Avoid calling the type constant for an event with only one type TYPE.
Follow actionscript convention and create a reasonable name for it. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4919 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -27,6 +27,13 @@ import flash.events.EventDispatcher;
|
||||
import flash.net.SharedObject;
|
||||
import flash.net.SharedObjectFlushStatus;
|
||||
|
||||
/**
|
||||
* Dispatched when this Config object has a value set on it.
|
||||
*
|
||||
* @eventType com.threerings.util.ConfigValueSetEvent.CONFIG_VALUE_SET
|
||||
*/
|
||||
[Event(name="ConfigValSet", type="com.threerings.util.ConfigValueSetEvent")]
|
||||
|
||||
public class Config extends EventDispatcher
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user