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) 141 B
export default function(a, b, options) { if (a !== b) { return options.inverse(this); } return options.fn(this); }