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

Unified Diff: sky/specs/events.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/elements.md ('k') | sky/specs/gestures.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/events.md
diff --git a/sky/specs/events.md b/sky/specs/events.md
index 56416611497bb7add80b1705ec19b000518f94a6..8210e7f04a17e6bbb97fbc31c3b6959bf9a4954a 100644
--- a/sky/specs/events.md
+++ b/sky/specs/events.md
@@ -2,10 +2,6 @@ Sky Event Model
===============
```dart
-SKY MODULE
-<!-- part of dart:sky -->
-
-<script>
import 'dart:collection';
import 'dart:async';
@@ -199,5 +195,4 @@ class EventTarget {
_eventsController.add(event);
}
}
-</script>
```
« no previous file with comments | « sky/specs/elements.md ('k') | sky/specs/gestures.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698