Ember.Comparable Class
PRIVATE
Defined in: packages/ember-runtime/lib/mixins/comparable.js:8
Module: ember-runtime
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.
Please login to continue.