Setting ordinals for literals

This commit is contained in:
Jeff Avallone
2014-12-22 15:11:37 -05:00
parent d4b648fa43
commit 9b8eef9c02
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -24,5 +24,6 @@ export default {
setup() {
this.literal = this.properties.literal.textValue;
this.ordinal = this.literal.charCodeAt(0);
}
};