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

Unified Diff: sky/tests/resources/dump-as-text.sky

Issue 950493003: Add a basic sky-element custom element (Closed) Base URL: git@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
Index: sky/tests/resources/dump-as-text.sky
diff --git a/sky/tests/resources/dump-as-text.sky b/sky/tests/resources/dump-as-text.sky
index 4effcb5aca1ee8df767eddcd0a310d8284eb999a..2e948fbcd720d17af68f073dcb633cd06c97f09d 100644
--- a/sky/tests/resources/dump-as-text.sky
+++ b/sky/tests/resources/dump-as-text.sky
@@ -6,7 +6,7 @@ void handleLoadEvent(event) {
internals.notifyTestComplete(internals.contentAsText());
}
-void init() {
+void _init(_) {
sky.window.addEventListener('load', handleLoadEvent);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698