Index: client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart |
deleted file mode 100644 |
index 53a56f76ceba56a7d14edada2ac108eb159651c3..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart |
+++ /dev/null |
@@ -1,19 +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 SVGZoomEventWrappingImplementation extends UIEventWrappingImplementation implements SVGZoomEvent { |
- SVGZoomEventWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- num get newScale() { return _ptr.newScale; } |
- |
- SVGPoint get newTranslate() { return LevelDom.wrapSVGPoint(_ptr.newTranslate); } |
- |
- num get previousScale() { return _ptr.previousScale; } |
- |
- SVGPoint get previousTranslate() { return LevelDom.wrapSVGPoint(_ptr.previousTranslate); } |
- |
- SVGRect get zoomRectScreen() { return LevelDom.wrapSVGRect(_ptr.zoomRectScreen); } |
-} |