| Index: client/html/release/bootstrap_hacks.dart
|
| diff --git a/client/html/release/bootstrap_hacks.dart b/client/html/release/bootstrap_hacks.dart
|
| deleted file mode 100644
|
| index 35f0af95ec28c37704fc139a2b194b54adc07ae5..0000000000000000000000000000000000000000
|
| --- a/client/html/release/bootstrap_hacks.dart
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -#library('bootstrap_hacks');
|
| -
|
| -#import('dart:dom');
|
| -// 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.
|
| -
|
| -
|
| -// 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.
|
| -
|
| -class BootstrapHacks {
|
| - static Window getWindow() {
|
| - return dom_window;
|
| - }
|
| -}
|
|
|