Skip to content

Commit f6a7f06

Browse files
author
Dan Lasky
committed
markup fix for test comp
1 parent 74afbd4 commit f6a7f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mm-sync/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<template>
2626
<content id="content" select="*"></content>
2727
</template>
28+
</dom-module>
2829
<script>
2930
Polymer({
3031
is:"test-extend",
3132
behaviors:[StrandTraits.Syncable],
3233
});
3334
</script>
34-
</polymer-element>
3535

3636
<template is="dom-bind">
3737
<mm-input value="{{autoTest}}"></mm-input><span>{{autoTest}}</span>

0 commit comments

Comments
 (0)