We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296961b commit 457d558Copy full SHA for 457d558
src/js/costdistance.js
@@ -1,6 +1,6 @@
1
/*globals MinHeap */
2
3
-var MA = MA || {};
+var MA = MA || {}, MapAlgebra = MA;
4
5
(function() {
6
MA.NODATA = -1;
0 commit comments