Added toString().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4538 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -305,6 +305,11 @@ public class MediaContainer extends Sprite
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override public function toString () :String
|
||||||
|
{
|
||||||
|
return "MediaContainer[url=" + _url + "]";
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the LoaderContext that should be used to load the media
|
* Return the LoaderContext that should be used to load the media
|
||||||
* at the specified url.
|
* at the specified url.
|
||||||
|
|||||||
Reference in New Issue
Block a user