Skip to content

Commit 9982aba

Browse files
docs(addon/components/paper-radio-base): fixes toggle documentation.
1 parent acaa97e commit 9982aba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

addon/components/paper-radio-base.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ export default class PaperRadioBase extends Focusable {
3838
*/
3939
skipProxy;
4040

41-
/**
42-
* specifies whether
43-
* @type {boolean}
44-
*/
45-
toggle = false;
46-
4741
/* Focusable Overrides */
4842
focusOnlyOnKey = true;
43+
toggle = false;
4944

5045
// Lifecycle hooks
5146
constructor(owner, args) {

0 commit comments

Comments
 (0)