Skip to content

Commit 83cd59f

Browse files
committed
fix array1d and 2d
1 parent 22aa941 commit 83cd59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/module/array2d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var $table = null;
22

33
function Array2DTracer(module) {
44
if (Tracer.call(this, module || Array2DTracer)) {
5-
Array2D.init();
5+
Array2DTracer.prototype.init.call(this);
66
return true;
77
}
88
return false;

0 commit comments

Comments
 (0)