| Index: client/html/src/SVGElementWrappingImplementation.dart
|
| diff --git a/client/html/src/SVGElementWrappingImplementation.dart b/client/html/src/SVGElementWrappingImplementation.dart
|
| index 41eb2c85f9acf2b46c1724dcf305253b5a92d509..2e5861792a5473be3760531d45402162bd1e84f9 100644
|
| --- a/client/html/src/SVGElementWrappingImplementation.dart
|
| +++ b/client/html/src/SVGElementWrappingImplementation.dart
|
| @@ -7,7 +7,7 @@ class _SVGClassSet extends _CssClassSet {
|
|
|
| String _className() => _element.className.baseVal;
|
|
|
| - viod _write(Set s) {
|
| + void _write(Set s) {
|
| _element.className.baseVal = _formatSet(s);
|
| }
|
| }
|
|
|