We don't need these methods, really.
They are freaking out asdoc. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4918 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -41,24 +41,27 @@ public class MapProxyObject extends Proxy
|
|||||||
_map = source;
|
_map = source;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from Object (but does not require 'override')
|
// The following are not strictly necessary and are freaking out asdoc, so I'll
|
||||||
public function hasOwnProperty (name :String) :Boolean
|
// comment them out for now.
|
||||||
{
|
//
|
||||||
return _map.containsKey(name);
|
// // from Object (but does not require 'override')
|
||||||
}
|
// public function hasOwnProperty (name :String) :Boolean
|
||||||
|
// {
|
||||||
// from Object (but does not require 'override')
|
// return _map.containsKey(name);
|
||||||
public function propertyIsEnumerable (name :String) :Boolean
|
// }
|
||||||
{
|
//
|
||||||
return _map.containsKey(name);
|
// // from Object (but does not require 'override')
|
||||||
}
|
// public function propertyIsEnumerable (name :String) :Boolean
|
||||||
|
// {
|
||||||
// from Object (but does not require 'override')
|
// return _map.containsKey(name);
|
||||||
public function setPropertyIsEnumerable (name :String, isEnum :Boolean = true) :void
|
// }
|
||||||
{
|
//
|
||||||
// no-op
|
// // from Object (but does not require 'override')
|
||||||
// (Alternatively, we could keep a dictionary of keys that we ignore for enumeration...)
|
// public function setPropertyIsEnumerable (name :String, isEnum :Boolean = true) :void
|
||||||
}
|
// {
|
||||||
|
// // no-op
|
||||||
|
// // (Alternatively, we could keep a dictionary of keys that we ignore for enumeration...)
|
||||||
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle value = proxy[key].
|
* Handle value = proxy[key].
|
||||||
|
|||||||
Reference in New Issue
Block a user