From 233e710d20f91489ceb851c9d30957845db4b84d Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Wed, 24 Sep 2008 17:45:56 +0000 Subject: [PATCH] Removed extra comma git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5389 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/presents/util/SafeSubscriber.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/presents/util/SafeSubscriber.as b/src/as/com/threerings/presents/util/SafeSubscriber.as index 10ef4597b..efd7a6769 100644 --- a/src/as/com/threerings/presents/util/SafeSubscriber.as +++ b/src/as/com/threerings/presents/util/SafeSubscriber.as @@ -214,7 +214,7 @@ public class SafeSubscriber implements Subscriber */ public function toString () :String { - return "[oid=" + _oid + ", active=" + _active + ", pending=" + _pending + ", ]"; + return "[oid=" + _oid + ", active=" + _active + ", pending=" + _pending + "]"; } protected var _oid :int