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:
Niclas 2018-03-03 00:13:14 +01:00 committed by GitHub
parent a8b18212bd
commit 1667c36859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ frontend:
<style>
</style>
<textarea>[[_toStr(StateObj)]]</textarea>
<textarea>[[_toStr(stateObj)]]</textarea>
</template>
</dom-module>