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

Unified Diff: lib/components/accordion.html

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: ptal Created 7 years, 8 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 | « lib/components/accordion.dart ('k') | lib/components/alert.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/components/accordion.html
diff --git a/lib/components/accordion.html b/lib/components/accordion.html
index 1d0f251dbec887705d3b160d9cce5a8b092134c5..0f3134f61a1d98c6de3cb4634e31f92bb4a150c1 100644
--- a/lib/components/accordion.html
+++ b/lib/components/accordion.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<body>
- <element name="x-accordion" extends="div">
+ <element name="x-accordion" extends="div" constructor="Accordion">
<template>
- <content select='x-collapse'></content>
+ <content select='[is=x-collapse]'></content>
</template>
<script type="application/dart" src='accordion.dart'></script>
</element>
« no previous file with comments | « lib/components/accordion.dart ('k') | lib/components/alert.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698