From 5044f147e0b7152aca5031f03d42cfad22e13710 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Wed, 2 Jan 2008 23:46:46 +0000 Subject: [PATCH] If there are import statements after the [Event...] lines, the compiler doesn't care, but the asdoc tool fails to recognize the Events, and they don't end up in the documentation. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@537 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/EZLocalSubControl.as | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/as/com/threerings/ezgame/EZLocalSubControl.as b/src/as/com/threerings/ezgame/EZLocalSubControl.as index 3b29d202..5c9b2cf9 100644 --- a/src/as/com/threerings/ezgame/EZLocalSubControl.as +++ b/src/as/com/threerings/ezgame/EZLocalSubControl.as @@ -21,6 +21,10 @@ package com.threerings.ezgame { +import flash.events.KeyboardEvent; + +import flash.geom.Point; + /** * Dispatched when a key is pressed when the game has focus. * @@ -42,11 +46,6 @@ package com.threerings.ezgame { */ [Event(name="SizeChanged", type="com.threerings.ezgame.SizeChangedEvent")] - -import flash.events.KeyboardEvent; - -import flash.geom.Point; - /** * Access local properties of the game. Do not instantiate this class yourself, * access it via GameControl.local.