| 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
|
| deleted file mode 100644
|
| index 5013357ed25f4d5c948e81873897835be4488e8c..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/Location.dart
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -
|
| -class _LocationJs extends _DOMTypeJs implements Location native "*Location" {
|
| -
|
| - String hash;
|
| -
|
| - String host;
|
| -
|
| - String hostname;
|
| -
|
| - String href;
|
| -
|
| - final String origin;
|
| -
|
| - String pathname;
|
| -
|
| - String port;
|
| -
|
| - String protocol;
|
| -
|
| - String search;
|
| -
|
| - void assign(String url) native;
|
| -
|
| - void reload() native;
|
| -
|
| - void replace(String url) native;
|
| -
|
| - String toString() native;
|
| -}
|
|
|