We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e20d8b + 17a24b3 commit a9b86c7Copy full SHA for a9b86c7
addon/components/paper-radio.js
@@ -9,6 +9,6 @@ import { ChildMixin } from 'ember-composability-tools';
9
* @extends PaperRadioBaseComponent
10
* @uses ChildMixin
11
*/
12
-export default PaperRadioBaseComponent.extend(ChildMixin, {
13
- shouldRegister: false
14
-});
+export default class PaperRadio extends PaperRadioBaseComponent.extend(ChildMixin) {
+ shouldRegister = false;
+}
0 commit comments