| Index: client/dom/generated/src/frog/HTMLElement.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLElement.dart b/client/dom/generated/src/frog/HTMLElement.dart
|
| index c32a187be2738639e994096bc3a7d182e8c31e53..0a841b9d35703ea18fcf2940f55db775f1aebd1a 100644
|
| --- a/client/dom/generated/src/frog/HTMLElement.dart
|
| +++ b/client/dom/generated/src/frog/HTMLElement.dart
|
| @@ -1,13 +1,13 @@
|
|
|
| -class HTMLElementJS extends ElementJS implements HTMLElement native "*HTMLElement" {
|
| +class HTMLElementJs extends ElementJs implements HTMLElement native "*HTMLElement" {
|
|
|
| String get accessKey() native "return this.accessKey;";
|
|
|
| void set accessKey(String value) native "this.accessKey = value;";
|
|
|
| - HTMLCollectionJS get children() native "return this.children;";
|
| + HTMLCollectionJs get children() native "return this.children;";
|
|
|
| - DOMTokenListJS get classList() native "return this.classList;";
|
| + DOMTokenListJs get classList() native "return this.classList;";
|
|
|
| String get className() native "return this.className;";
|
|
|
| @@ -47,15 +47,15 @@ class HTMLElementJS extends ElementJS implements HTMLElement native "*HTMLElemen
|
|
|
| void set itemId(String value) native "this.itemId = value;";
|
|
|
| - DOMSettableTokenListJS get itemProp() native "return this.itemProp;";
|
| + DOMSettableTokenListJs get itemProp() native "return this.itemProp;";
|
|
|
| - DOMSettableTokenListJS get itemRef() native "return this.itemRef;";
|
| + DOMSettableTokenListJs get itemRef() native "return this.itemRef;";
|
|
|
| bool get itemScope() native "return this.itemScope;";
|
|
|
| void set itemScope(bool value) native "this.itemScope = value;";
|
|
|
| - DOMSettableTokenListJS get itemType() native "return this.itemType;";
|
| + DOMSettableTokenListJs get itemType() native "return this.itemType;";
|
|
|
| Object get itemValue() native "return this.itemValue;";
|
|
|
| @@ -89,7 +89,7 @@ class HTMLElementJS extends ElementJS implements HTMLElement native "*HTMLElemen
|
|
|
| void set webkitdropzone(String value) native "this.webkitdropzone = value;";
|
|
|
| - ElementJS insertAdjacentElement(String where, ElementJS element) native;
|
| + ElementJs insertAdjacentElement(String where, ElementJs element) native;
|
|
|
| void insertAdjacentHTML(String where, String html) native;
|
|
|
|
|