OLD | NEW |
| (Empty) |
1 #library('bootstrap_hacks'); | |
2 | |
3 #import('dart:dom'); | |
4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
5 // for details. All rights reserved. Use of this source code is governed by a | |
6 // BSD-style license that can be found in the LICENSE file. | |
7 | |
8 | |
9 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
10 // for details. All rights reserved. Use of this source code is governed by a | |
11 // BSD-style license that can be found in the LICENSE file. | |
12 | |
13 class BootstrapHacks { | |
14 static Window getWindow() { | |
15 return dom_window; | |
16 } | |
17 } | |
OLD | NEW |