mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 02:08:11 +08:00
test for world, graph border, legend label (#378)
* test for world, graph border, legend label * typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user