minor bugfix...

This commit is contained in:
Alex A. Naanou 2018-12-29 17:22:47 +03:00
parent f5f62ccf77
commit a967ef014f

View File

@ -2171,7 +2171,7 @@ var TagsWithDictPrototype = {
var res = this.normalize(...tags)
// unaltered tags...
tags = this.splitTag(normalizeSplit(tags))
tags = this.splitTag(normalizeSplit(tags)).unique()
// NOTE: we first split then normalize (order significant) because
// we need to conserve the order of the individual tags
// consistent with tags above...