Skip to content

Commit d7ae20f

Browse files
committed
Revert "Attach LogTracer Capitalize" (algorithm-visualizer#81)
1 parent 5a3728b commit d7ae20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/module/tracer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Tracer.prototype = {
5757
},
5858
attach: function (tracer) {
5959
if (tracer.module == LogTracer) {
60-
this.LogTracer = tracer;
60+
this.logTracer = tracer;
6161
}
6262
return this;
6363
},

0 commit comments

Comments
 (0)