UNPKG

luda

Version:

A library helps to build cross-framework UI components.

11 lines (7 loc) 286 B
import luda from '../base/luda.coffee' import collect from '../base/collect.coffee' import pluck from '../base/pluck.coffee' import unique from '../base/unique.coffee' luda.include parents: (comparator) -> luda collect(unique(pluck(@els, 'parentElement', true)), comparator)