Rollback r5502.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5503 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -46,7 +46,7 @@ public interface Map
|
||||
* Call the specified function, which accepts two args: key and value,
|
||||
* for every mapping.
|
||||
*/
|
||||
function forEach (fn :Function, thisObject :* = null) :void;
|
||||
function forEach (fn :Function) :void;
|
||||
|
||||
/**
|
||||
* Returns true if this map contains no elements.
|
||||
|
||||
Reference in New Issue
Block a user