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.

7 lines (6 loc) 142 B
export default function(a, options) { if (_.isNull(a)) { return options.fn(this); } return options.inverse(this); }