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

Unified Diff: sky/framework/sky-element.sky

Issue 943153002: Make it possible for sky-element to register any tag name (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/engine/core/dom/Element.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/sky-element.sky
diff --git a/sky/framework/sky-element.sky b/sky/framework/sky-element.sky
index 38d757a8f5a4fc45685ca4e1c9effd831b7675ca..8b04f79a5048e9db4bf0f0b5abfcd32df0616953 100644
--- a/sky/framework/sky-element.sky
+++ b/sky/framework/sky-element.sky
@@ -34,9 +34,7 @@ abstract class SkyElement extends Element {
String get tagName => _getTagName(runtimeType);
- // TODO(abarth): Rather than hard-coding "example" here, we should make the
- // bindings read the |tagName| property of this object during construction.
- SkyElement() : super("example") {
+ SkyElement() {
created();
// Invoke attributeChanged callback when element is first created too.
« no previous file with comments | « sky/engine/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698