From f2e1d94e7aa962fc906fe1700fb8ce08ec2ab3d2 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Fri, 18 May 2007 04:51:44 +0000 Subject: [PATCH] Comment fix. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4716 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/EmbeddedSwfLoader.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/EmbeddedSwfLoader.as b/src/as/com/threerings/util/EmbeddedSwfLoader.as index 38f471289..f1570407e 100644 --- a/src/as/com/threerings/util/EmbeddedSwfLoader.as +++ b/src/as/com/threerings/util/EmbeddedSwfLoader.as @@ -40,7 +40,7 @@ import flash.system.LoaderContext; * Allows you to load an embeded SWF stored as a Byte Array then access any stored classes * within the SWF. * Embed your swf like: - * [Embed(source="foo.swf", mimeType="application/octet-stream"] + * [Embed(source="foo.swf", mimeType="application/octet-stream")] * Then, instantiate that class and pass it to load() as a ByteArray. * * An Event.COMPLETE will be dispatched upon the successful completion of a call to