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

Unified Diff: lib/components/swap.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/swap.dart ('k') | lib/components/tabs.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/components/swap.html
diff --git a/lib/components/swap.html b/lib/components/swap.html
index 22518bb3c5d85c8efd3b806df7e1f9185ab1bee3..fb0a708dcb7227f37304b19a0ef76fe9d5322ca6 100644
--- a/lib/components/swap.html
+++ b/lib/components/swap.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
- <element name="x-swap" extends="div">
+ <element name="x-swap" extends="div" constructor="Swap">
<template>
<style type='text/css'>
x-swap {
« no previous file with comments | « lib/components/swap.dart ('k') | lib/components/tabs.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698