Rollback r5502.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5503 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-11-04 21:42:18 +00:00
parent b9245e9be8
commit 2a6940363d
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public interface Set
function contains (o :Object) :Boolean;
/** Call the specified function, which accepts an element as an argument. */
function forEach (fn :Function, thisObject :* = null) :void;
function forEach (fn :Function) :void;
/** Retuns the number of elements in this set. */
function size () :int; // @TSC - should this be uint?