We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22aa941 commit 83cd59fCopy full SHA for 83cd59f
js/module/array2d.js
@@ -2,7 +2,7 @@ var $table = null;
2
3
function Array2DTracer(module) {
4
if (Tracer.call(this, module || Array2DTracer)) {
5
- Array2D.init();
+ Array2DTracer.prototype.init.call(this);
6
return true;
7
}
8
return false;
0 commit comments