This commit is contained in:
Barak Michener 2014-07-02 14:05:34 -04:00
parent 1e2ff472ed
commit 1f67913ed9

View file

@ -256,7 +256,7 @@ func runQueryGetTag(g []*graph.Triple, query string, tag string) []string {
if data.val == nil {
val := (*data.actualResults)[tag]
if val != nil {
results = append(results, js.ts.GetNameFor(val))
results = append(results, js.ts.NameOf(val))
}
}
}