| Index: client/html/generated/src/wrapping/_CSSRuleListWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_CSSRuleListWrappingImplementation.dart b/client/html/generated/src/wrapping/_CSSRuleListWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 1fcb5c0fe53b19ac5d627714470ebf2570c55994..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_CSSRuleListWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,15 +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.
|
| -
|
| -class CSSRuleListWrappingImplementation extends DOMWrapperBase implements CSSRuleList {
|
| - CSSRuleListWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - int get length() { return _ptr.length; }
|
| -
|
| - CSSRule item(int index) {
|
| - return LevelDom.wrapCSSRule(_ptr.item(index));
|
| - }
|
| -}
|
|
|