Skip to content

Commit e8b1216

Browse files
committed
v.1.0.8
* typo fix
1 parent f1e374f commit e8b1216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/js/Abacus.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20482,7 +20482,7 @@ Tensor = Abacus.Tensor = Class(CombinatorialIterator, {
2048220482
}
2048320483
$.base = n[1];
2048420484
$.dimension = stdMath.max(0, n[0]);
20485-
if ("gray" === $.output) $.output = function(item, n){ return Tensor.gray(item,n[1]); };
20485+
if ("gray" === $.output) $.output = function(item, n){ return Tensor.toGray(item,n[1]); };
2048620486
}
2048720487
else
2048820488
{

src/js/Abacus.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)