| Index: client/html/generated/src/interface/Navigator.dart
|
| diff --git a/client/html/generated/src/interface/Navigator.dart b/client/html/generated/src/interface/Navigator.dart
|
| deleted file mode 100644
|
| index 69d108c3b1959b3c0b5eb61dda99d3acc335f6d0..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/Navigator.dart
|
| +++ /dev/null
|
| @@ -1,40 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface Navigator {
|
| -
|
| - String get appCodeName();
|
| -
|
| - String get appName();
|
| -
|
| - String get appVersion();
|
| -
|
| - bool get cookieEnabled();
|
| -
|
| - String get language();
|
| -
|
| - DOMMimeTypeArray get mimeTypes();
|
| -
|
| - bool get onLine();
|
| -
|
| - String get platform();
|
| -
|
| - DOMPluginArray get plugins();
|
| -
|
| - String get product();
|
| -
|
| - String get productSub();
|
| -
|
| - String get userAgent();
|
| -
|
| - String get vendor();
|
| -
|
| - String get vendorSub();
|
| -
|
| - void getStorageUpdates();
|
| -
|
| - bool javaEnabled();
|
| -}
|
|
|