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

Unified Diff: lib/components/tabs.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/tabs.html
diff --git a/lib/components/tabs.html b/lib/components/tabs.html
index 0940d79009eab3f1f57af60e2df7182b4d1ec975..4f9c6f896e0031babb3ab1c06dccbc8851f99f2d 100644
--- a/lib/components/tabs.html
+++ b/lib/components/tabs.html
@@ -4,7 +4,7 @@
<link rel="components" href="swap.html">
</head>
<body>
- <element name="x-tabs" extends="div">
+ <element name="x-tabs" extends="div" constructor="Tabs">
<template>
<ul class='nav nav-tabs'>
<content select='li'></content>

Powered by Google App Engine
This is Rietveld 408576698