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.

9 lines (7 loc) 226 B
//@flow import SelectableBehavior from '../../../models/behaviors/SelectableBehavior'; export default Backbone.Model.extend({ initialize() { Object.assign(this, new SelectableBehavior.Selectable(this)); } });