open-nomad/ui/app/mixins/sortable.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
186 B
JavaScript
Raw Normal View History

import SortableFactory from 'nomad-ui/mixins/sortable-factory';
2017-09-19 14:47:10 +00:00
// A generic version of SortableFactory with no sort property dependent keys.
2017-09-19 14:47:10 +00:00
export default SortableFactory([], true);