test for world, graph border, legend label (#378)

* test for world, graph border, legend label

* typo
This commit is contained in:
Colin Megill
2018-10-25 12:16:55 -04:00
committed by GitHub
parent 94f95d6565
commit d221d76be6
4 changed files with 49 additions and 24 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ export function createObsDimensionMap(crossfilter, world) {
return dimensionMap;
}
function worldEqUniverse(world, universe) {
export function worldEqUniverse(world, universe) {
return world.obsAnnotations === universe.obsAnnotations;
}