| Index: client/html/generated/src/wrapping/_AnimationEventWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_AnimationEventWrappingImplementation.dart b/client/html/generated/src/wrapping/_AnimationEventWrappingImplementation.dart
|
| deleted file mode 100644
|
| index bd25715588a86504941f51ee7652afa4662a8eb4..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/wrapping/_AnimationEventWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,18 +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 AnimationEventWrappingImplementation extends EventWrappingImplementation implements AnimationEvent {
|
| - AnimationEventWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| -
|
| - String get animationName() { return _ptr.animationName; }
|
| -
|
| - num get elapsedTime() { return _ptr.elapsedTime; }
|
| -
|
| - void initWebKitAnimationEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String animationNameArg, num elapsedTimeArg) {
|
| - _ptr.initWebKitAnimationEvent(typeArg, canBubbleArg, cancelableArg, animationNameArg, elapsedTimeArg);
|
| - return;
|
| - }
|
| -}
|
|
|