Skip to content

Commit 7a6e843

Browse files
authored
Merge pull request #155 from veg/spond-patch-2
Update clusternetwork.js
2 parents d237e62 + 706b215 commit 7a6e843

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/clusternetwork.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ var _cdcJurisdictionCodes = {
362362
"u.s.virginislands": "vi",
363363
};
364364

365-
var _cdcJurisdictionLowMorbidity = new Set([
365+
const CDCJurisdictionLowMorbidity = new Set([
366366
"alaska",
367367
"delaware",
368368
"hawaii",
@@ -373,14 +373,21 @@ var _cdcJurisdictionLowMorbidity = new Set([
373373
"montana",
374374
"nebraska",
375375
"new hampshire",
376+
"newhampshire",
376377
"new mexico",
378+
"newmexico",
377379
"north dakota",
380+
"northdakota",
378381
"rhode island",
382+
"rhodeisland",
379383
"south dakota",
384+
"southdakota",
380385
"utah",
381386
"vermont",
382387
"virgin islands",
388+
"virginislands",
383389
"west virginia",
390+
"westvirginia",
384391
"wyoming",
385392
]);
386393

@@ -11582,4 +11589,4 @@ var hivtrace_cluster_network_graph = function (
1158211589
return self;
1158311590
};
1158411591

11585-
export { hivtrace_cluster_network_graph as clusterNetwork, hivtrace_cluster_depthwise_traversal as computeCluster };
11592+
export { hivtrace_cluster_network_graph as clusterNetwork, hivtrace_cluster_depthwise_traversal as computeCluster };

0 commit comments

Comments
 (0)