Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Attach LogTracer Capitalize"
  • Loading branch information
TornjV committed May 26, 2016
commit 280b9cb21bf92fa61c0a2cbeaae25b2b063273d9
2 changes: 1 addition & 1 deletion js/module/tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Tracer.prototype = {
},
attach: function (tracer) {
if (tracer.module == LogTracer) {
this.LogTracer = tracer;
this.logTracer = tracer;
}
return this;
},
Expand Down