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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy