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

Unified Diff: lib/components/dropdown.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: Updated to the next version of the SDK 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/dropdown.html
diff --git a/lib/components/dropdown.html b/lib/components/dropdown.html
index ea90480214c9f430b421d7c655aff8e13f52be69..e267855037e4018bc22f0931f79efef4ccb960da 100644
--- a/lib/components/dropdown.html
+++ b/lib/components/dropdown.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
- <element name="x-dropdown" extends="div">
+ <element name="x-dropdown" extends="div" constructor="Dropdown">
<template>
<div class='dropdown'>
<content></content>
« no previous file with comments | « lib/components/dropdown.dart ('k') | lib/components/modal.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698