Remove TODO
This commit is contained in:
parent
89324682d6
commit
75cc266b25
|
@ -89,8 +89,6 @@ public:
|
||||||
|
|
||||||
ProgramValue GetArray(const SFallScriptValue& key)
|
ProgramValue GetArray(const SFallScriptValue& key)
|
||||||
{
|
{
|
||||||
// TODO assoc
|
|
||||||
|
|
||||||
auto element_index = key.asInt();
|
auto element_index = key.asInt();
|
||||||
if (element_index < 0 || element_index >= size()) {
|
if (element_index < 0 || element_index >= size()) {
|
||||||
return SFallScriptValue(0);
|
return SFallScriptValue(0);
|
||||||
|
|
Loading…
Reference in New Issue