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

Unified Diff: lib/components/collapse.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
Index: lib/components/collapse.html
diff --git a/lib/components/collapse.html b/lib/components/collapse.html
index c3dd46958092f9d0df6fbffa06b8c98366cfcd35..b6bda8418b98a53553d0f30340ec3c852565fb42 100644
--- a/lib/components/collapse.html
+++ b/lib/components/collapse.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
- <element name="x-collapse" extends="div">
+ <element name="x-collapse" extends="div" constructor="Collapse">
<template>
<div class='accordion-group'>
<content select='.accordion-heading'></content>

Powered by Google App Engine
This is Rietveld 408576698