Index: lib/html/templates/dart2js_impl.darttemplate |
diff --git a/lib/html/templates/dart2js_impl.darttemplate b/lib/html/templates/dart2js_impl.darttemplate |
index f7a2d29ae4e08c0bc47c5a44e39fe1e494fdbba6..adf1cf154e26330b482869cdfd3f5c09b1ff373e 100644 |
--- a/lib/html/templates/dart2js_impl.darttemplate |
+++ b/lib/html/templates/dart2js_impl.darttemplate |
@@ -1,3 +1,4 @@ |
+/// @domName $DOMNAME |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
$!MEMBERS} |