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

Unified Diff: tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate

Issue 11970019: Change /// @docsEditable to @DocsEditable annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed dead methods. Created 7 years, 11 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: tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
diff --git a/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate b/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
index f0be700713ac167751e550c2db58513054cf5de6..19814dd79940d33dfbc77fb40adedd9438452ee6 100644
--- a/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
+++ b/tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate
@@ -29,7 +29,7 @@ class $CLASSNAME$EXTENDS implements
ButtonInputElement
$NATIVESPEC {
- /// @docsEditable true
+ @DocsEditable
blois 2013/01/16 21:07:40 Should not have docseditable
Andrei Mouravski 2013/01/16 21:11:18 Done.
factory InputElement({String type}) {
var e = document.$dom_createElement("input");
if (type != null) {

Powered by Google App Engine
This is Rietveld 408576698