Added toString().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4538 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-02-07 03:30:48 +00:00
parent 8ab80b10a5
commit b6886aabaa
@@ -305,6 +305,11 @@ public class MediaContainer extends Sprite
return 1;
}
override public function toString () :String
{
return "MediaContainer[url=" + _url + "]";
}
/**
* Return the LoaderContext that should be used to load the media
* at the specified url.