| Index: client/html/generated/html/interface/PositionError.dart
|
| diff --git a/client/dom/templates/interface.darttemplate b/client/html/generated/html/interface/PositionError.dart
|
| similarity index 57%
|
| copy from client/dom/templates/interface.darttemplate
|
| copy to client/html/generated/html/interface/PositionError.dart
|
| index 4e092a52e6f8755ebae6d8b72e5ccd9873a6dca2..ae371626f779d0950b5d3afbf2166befb7ac3051 100644
|
| --- a/client/dom/templates/interface.darttemplate
|
| +++ b/client/html/generated/html/interface/PositionError.dart
|
| @@ -4,5 +4,15 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface $ID$!EXTENDS {
|
| -$!MEMBERS}
|
| +interface PositionError {
|
| +
|
| + static final int PERMISSION_DENIED = 1;
|
| +
|
| + static final int POSITION_UNAVAILABLE = 2;
|
| +
|
| + static final int TIMEOUT = 3;
|
| +
|
| + final int code;
|
| +
|
| + final String message;
|
| +}
|
|
|