Skip to content

Commit

Permalink
Add MapAlgebra namespace alias
Browse files Browse the repository at this point in the history
  • Loading branch information
atogle committed Nov 30, 2013
1 parent 296961b commit 457d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/costdistance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*globals MinHeap */

var MA = MA || {};
var MA = MA || {}, MapAlgebra = MA;

(function() {
MA.NODATA = -1;
Expand Down

0 comments on commit 457d558

Please sign in to comment.