Closed oxysoft closed 10 years ago
I have a Group of entities and I use sort on it, like this
entities.sort('y', Group.SORT_ASCENDING);
But I get the following exception
Breaking on exception: Class 'PlayerEntity' has no instance method '[]'.
Might be broken due to a change in a newer version of Dart, the code in the library does not look wrong.
Thanks for your reporting. The bug should be fixed in v0.10.3
I have a Group of entities and I use sort on it, like this
But I get the following exception
Might be broken due to a change in a newer version of Dart, the code in the library does not look wrong.