| Index: client/dom/src/native_GlobalProperties.dart
|
| diff --git a/client/dom/src/native_GlobalProperties.dart b/client/dom/src/native_GlobalProperties.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..97cfce67cbca6fbdbbfb915c386ca37770100c1a
|
| --- /dev/null
|
| +++ b/client/dom/src/native_GlobalProperties.dart
|
| @@ -0,0 +1,8 @@
|
| +// 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.
|
| +
|
| +
|
| +Window get window() => Utils.window();
|
| +
|
| +Document get document() => window.document;
|
|
|