2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/javascripts/select-kit/components/select-kit/select-kit-collection.js.es6
Joffrey JAFFEUX c48761c628
s/select-box-kit/select-kit
Definitely remove legacy naming.
2018-02-05 18:25:39 +01:00

5 lines
183 B
JavaScript

export default Ember.Component.extend({
layoutName: "select-kit/templates/components/select-kit/select-kit-collection",
classNames: ["select-kit-collection"],
tagName: "ul"
});