Fixing bug in charset code

This commit is contained in:
Jeff Avallone 2014-12-21 18:02:28 -05:00
parent 4bec717f84
commit e0825b7850
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default {
}, },
setup() { setup() {
this.invert = this.properties.invert !== ''; this.invert = this.properties.invert.textValue !== '';
this.elements = _.unique(this.properties.parts.elements, part => { this.elements = _.unique(this.properties.parts.elements, part => {
if (part.literal) { if (part.literal) {
return part.literal.textValue; return part.literal.textValue;