Skip to content

Commit 7917385

Browse files
committed
cleanup
1 parent 09011d9 commit 7917385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/core/src/lib/spinner/mdl-spinner.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ export class MdlSpinnerComponent {
5454
}
5555

5656
set singleColor(value: boolean | string | undefined) {
57-
// FIXME check that this is true if the input property is present
58-
// check also for the other properties - that are toBoolean
5957
this.singleColorIntern = toBoolean(value);
6058
}
6159
}

0 commit comments

Comments
 (0)