Avoid undefined in textContent

This commit is contained in:
Kevin Schaaf
2015-05-20 11:24:53 -07:00
parent a8022280c5
commit cdecff422c
3 changed files with 28 additions and 2 deletions

View File

@@ -16,7 +16,8 @@
custom-event-object-value="{{customEventObject.value::change}}">
Test
</div>
<span id="{{boundId}}"></span>
<span id="boundText">{{text}}</span>
<span idtest id="{{boundId}}"></span>
</template>
<script>
Polymer({