UNPKG

comindware.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.

16 lines (13 loc) 344 B
/** * Developer: Stepan Burguchev * Date: 12/12/2014 * Copyright: 2009-2016 Comindware® * All Rights Reserved * Published under the MIT license */ import list from 'list'; export default Backbone.Model.extend({ initialize() { _.extend(this, new list.models.behaviors.ListItemBehavior(this)); } });