Index: client/dom/templates/html/interface/interface_Text.darttemplate |
diff --git a/client/dom/templates/html/interface/interface_Text.darttemplate b/client/dom/templates/html/interface/interface_Text.darttemplate |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c42886afae18c9a6c6f74c08269e2e4076d322c1 |
--- /dev/null |
+++ b/client/dom/templates/html/interface/interface_Text.darttemplate |
@@ -0,0 +1,10 @@ |
+// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+ |
+// WARNING: Do not edit - generated code. |
+ |
+interface $ID$EXTENDS default _$(ID)FactoryProvider { |
+ |
+ $ID(String data); |
+$!MEMBERS} |