UNPKG

ember-power-select-with-fallback

Version:
14 lines (11 loc) 327 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'ember-power-select-with-fallback', contentFor: function(type, config) { var emberPowerSelect = this.addons.filter(function(addon) { return addon.name === 'ember-power-select'; })[0] return emberPowerSelect.contentFor(type, config); } };