| Index: dart/samples/third_party/todomvc/web/elements/td_input.html
|
| ===================================================================
|
| --- dart/samples/third_party/todomvc/web/elements/td_input.html (revision 34784)
|
| +++ dart/samples/third_party/todomvc/web/elements/td_input.html (working copy)
|
| @@ -1,4 +1,4 @@
|
| <polymer-element name="td-input" extends="input"
|
| on-keyup="{{keyupAction}}" on-keypress="{{keypressAction}}">
|
| - <script type="application/dart" src="td_input.dart"></script>
|
| + <script type="application/dart;component=1" src="td_input.dart"></script>
|
| </polymer-element>
|
|
|