equal
deleted
inserted
replaced
32 this._Popcorn.listen("timeupdate", IriSP.underscore.throttle(function(_arg) { |
32 this._Popcorn.listen("timeupdate", IriSP.underscore.throttle(function(_arg) { |
33 _this.eventHandler(_listener, _arg); |
33 _this.eventHandler(_listener, _arg); |
34 })); |
34 })); |
35 |
35 |
36 this.tracer = IriSP.TraceManager(IriSP.jQuery).init_trace("test", this._config); |
36 this.tracer = IriSP.TraceManager(IriSP.jQuery).init_trace("test", this._config); |
37 this.tracer.set_default_subject("default_subject"); |
|
38 this.tracer.trace("StartTracing", { "hello": "world" }); |
37 this.tracer.trace("StartTracing", { "hello": "world" }); |
39 |
38 |
40 } |
39 } |
41 |
40 |
42 IriSP.TraceWidget.prototype = new IriSP.Widget(); |
41 IriSP.TraceWidget.prototype = new IriSP.Widget(); |