| Index: client/dom/generated/src/frog/CSSValueList.dart
|
| diff --git a/client/dom/generated/src/frog/CSSValueList.dart b/client/dom/generated/src/frog/CSSValueList.dart
|
| index c4bb1122195c53a937b61f598de2d8fbc1cc9e86..6ab70b785696b1c762be183b63182c0d50bc28c5 100644
|
| --- a/client/dom/generated/src/frog/CSSValueList.dart
|
| +++ b/client/dom/generated/src/frog/CSSValueList.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| -class CSSValueListJS extends CSSValueJS implements CSSValueList native "*CSSValueList" {
|
| +class CSSValueListJs extends CSSValueJs implements CSSValueList native "*CSSValueList" {
|
|
|
| int get length() native "return this.length;";
|
|
|
| - CSSValueJS item(int index) native;
|
| + CSSValueJs item(int index) native;
|
| }
|
|
|