| Index: sky/specs/gestures.md
|
| diff --git a/sky/specs/gestures.md b/sky/specs/gestures.md
|
| index e600705fb8fde4ebbd4b7f71c5fc6a9c5203ce5a..6c1ccdcb8c687a053d13eed6c5d9efb984f62f31 100644
|
| --- a/sky/specs/gestures.md
|
| +++ b/sky/specs/gestures.md
|
| @@ -2,10 +2,6 @@ Gestures
|
| ========
|
|
|
| ```dart
|
| -SKY MODULE
|
| -<!-- part of dart:sky -->
|
| -
|
| -<script>
|
| abstract class GestureEvent extends Event {
|
| Gesture _gesture;
|
| Gesture get gesture => _gesture;
|
| @@ -253,7 +249,6 @@ class GestureManager {
|
|
|
| }
|
| /*
|
| -</script>
|
| ```
|
|
|
| Gestures defined in the framework
|
|
|