mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Avoid undefined in textContent
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user