aerial-framework / core

Aerial Framework core
http://aerial-project.org
Other
7 stars 0 forks source link

Aerial Sorting #29

Closed cesaric closed 13 years ago

cesaric commented 13 years ago

We're storing the sorting parameters in a plain Object. This isn't preserving enumeration ordering. We need to maybe try using OrderedObject class or use an Array.

cesaric commented 13 years ago

Fixed with "OrderedObject" class.