Comment fixup.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@220 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2007-05-02 00:13:29 +00:00
parent 330a99f337
commit a855fa8340
@@ -581,7 +581,7 @@ public class MediaContainer extends Sprite
/** Either a Loader or a VideoDisplay. */
protected var _media :DisplayObject;
/** If we're using a Loader, true once the INIT property has been dispatched. */
/** If we're using a Loader, true once the INIT event has been dispatched. */
protected var _initialized :Boolean;
}
}