| Index: client/dom/generated/src/frog/Entity.dart
|
| diff --git a/client/dom/generated/src/frog/Entity.dart b/client/dom/generated/src/frog/Entity.dart
|
| index 67d4a9cb3b9e69efa82054b0da941425628cf0f7..329c56b6dbe45c34417bce9ad31d1c4ff91ef547 100644
|
| --- a/client/dom/generated/src/frog/Entity.dart
|
| +++ b/client/dom/generated/src/frog/Entity.dart
|
| @@ -1,9 +1,9 @@
|
|
|
| class Entity extends Node native "*Entity" {
|
|
|
| - String notationName;
|
| + String get notationName() native "return this.notationName;";
|
|
|
| - String publicId;
|
| + String get publicId() native "return this.publicId;";
|
|
|
| - String systemId;
|
| + String get systemId() native "return this.systemId;";
|
| }
|
|
|