Incorrect case in stateObj
The stateObj was spelled StateObj, which resulted in an empty string, causing a noob like me great confusion. Hope this helps someone. :)
This commit is contained in:
parent
a8b18212bd
commit
1667c36859
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ frontend:
|
|||
<style>
|
||||
|
||||
</style>
|
||||
<textarea>[[_toStr(StateObj)]]</textarea>
|
||||
<textarea>[[_toStr(stateObj)]]</textarea>
|
||||
</template>
|
||||
</dom-module>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue