| Index: client/dom/generated/src/frog/Notation.dart
|
| diff --git a/client/dom/generated/src/frog/Notation.dart b/client/dom/generated/src/frog/Notation.dart
|
| index e9d4e015a2e167b1d81838f0cb582b98651b300c..8c584c06b6d479174242283d56ac9088f535d1da 100644
|
| --- a/client/dom/generated/src/frog/Notation.dart
|
| +++ b/client/dom/generated/src/frog/Notation.dart
|
| @@ -1,7 +1,7 @@
|
|
|
| class Notation extends Node native "*Notation" {
|
|
|
| - String publicId;
|
| + String get publicId() native "return this.publicId;";
|
|
|
| - String systemId;
|
| + String get systemId() native "return this.systemId;";
|
| }
|
|
|