Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: sky/specs/gestures.md

Issue 944873007: Specs: define how importing element registrations works, move built-in elements to a separate modul… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/events.md ('k') | sky/specs/modules.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/specs/events.md ('k') | sky/specs/modules.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698