Chromium Code Reviews| 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) { |