| Index: client/dom/generated/src/frog/Location.dart
|
| diff --git a/client/dom/generated/src/frog/Location.dart b/client/dom/generated/src/frog/Location.dart
|
| index 956f463e8c426186d162d62ad9007aa59695ad11..96b57feab2fb24aaafdb9c006cac808edfedfb8f 100644
|
| --- a/client/dom/generated/src/frog/Location.dart
|
| +++ b/client/dom/generated/src/frog/Location.dart
|
| @@ -21,6 +21,8 @@ class Location native "*Location" {
|
|
|
| void assign(String url) native;
|
|
|
| + String getParameter(String name) native;
|
| +
|
| void reload() native;
|
|
|
| void replace(String url) native;
|
|
|