Class Ember.Comparable
Implements some standard methods for comparing objects. Add this mixin to any class you create that can compare its instances.
You should implement the compare()
method.
Implements some standard methods for comparing objects. Add this mixin to any class you create that can compare its instances.
You should implement the compare()
method.