Index: client/html/src/TextWrappingImplementation.dart |
diff --git a/client/html/src/TextWrappingImplementation.dart b/client/html/src/TextWrappingImplementation.dart |
index a82810afd6502b163f87d32e90f6814d94e935cb..33438aed9bfdfabfaf1261faf84aa11e6c6c0304 100644 |
--- a/client/html/src/TextWrappingImplementation.dart |
+++ b/client/html/src/TextWrappingImplementation.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
class TextWrappingImplementation extends CharacterDataWrappingImplementation implements Text { |
+ /** @domName Document.createTextNode */ |
factory TextWrappingImplementation(String content) { |
return new TextWrappingImplementation._wrap( |
dom.document.createTextNode(content)); |