Skip to content

Commit

Permalink
v.1.0.8
Browse files Browse the repository at this point in the history
* typo fix
  • Loading branch information
foo123 committed Aug 2, 2021
1 parent f1e374f commit e8b1216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/Abacus.js
Original file line number Diff line number Diff line change
Expand Up @@ -20482,7 +20482,7 @@ Tensor = Abacus.Tensor = Class(CombinatorialIterator, {
}
$.base = n[1];
$.dimension = stdMath.max(0, n[0]);
if ("gray" === $.output) $.output = function(item, n){ return Tensor.gray(item,n[1]); };
if ("gray" === $.output) $.output = function(item, n){ return Tensor.toGray(item,n[1]); };
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion src/js/Abacus.min.js

Large diffs are not rendered by default.

0 comments on commit e8b1216

Please sign in to comment.