UNPKG

comindware.core.ui

Version:

Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.

10 lines (8 loc) 272 B
//@flow import { helpers } from 'utils'; import SelectableBehavior from '../../../../../models/behaviors/SelectableBehavior'; export default Backbone.Model.extend({ initialize() { helpers.applyBehavior(this, SelectableBehavior.Selectable); } });