This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/app/components/modals/light-control-modal.js
2015-08-17 01:38:06 -07:00

9 lines
137 B
JavaScript

import Em from 'ember';
export default Em.Component.extend({
actions: {
close: function(){
this.sendAction();
}
}
});