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

Unified Diff: sky/specs/events.md

Issue 987403003: Specs: make parentNode abstract in EventTarget (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | 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 70cc866104df6ab701c35187d88c0f0ee0d9da7d..88e96f7269e563c7859dbecd35dcad48e16f8ec8 100644
--- a/sky/specs/events.md
+++ b/sky/specs/events.md
@@ -145,7 +145,7 @@ class EventTarget {
EventTarget() : _eventsController = new DispatcherController<Event>();
Dispatcher get events => _eventsController.dispatcher;
- EventTarget parentNode;
+ EventTarget get parentNode;
List<EventTarget> getEventDispatchChain() {
if (this.parentNode == null) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698