Skip to content

Commit 04a61dc

Browse files
s-rigaudSamuel Rigaud
and
Samuel Rigaud
authored
AsciiEffect: fix types (#30710)
Co-authored-by: Samuel Rigaud <[email protected]>
1 parent c6465e3 commit 04a61dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/jsm/effects/AsciiEffect.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ class AsciiEffect {
101101

102102
}
103103

104-
oAscii.cellSpacing = 0;
105-
oAscii.cellPadding = 0;
104+
oAscii.cellSpacing = '0';
105+
oAscii.cellPadding = '0';
106106

107107
const oStyle = oAscii.style;
108108
oStyle.whiteSpace = 'pre';

0 commit comments

Comments
 (0)