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.

18 lines (14 loc) 346 B
/** * Developer: Ksenia Kartvelishvili * Date: 05.05.2015 * Copyright: 2009-2016 Comindware® * All Rights Reserved * Published under the MIT license */ 'use strict'; import 'lib'; export default Backbone.Model.extend({ updateEmpty() { this.set('empty', this.collection.models.length === 1); } });