Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2330103 commit 5e0cb85Copy full SHA for 5e0cb85
tracing.js
@@ -159,7 +159,7 @@ var Tracing = (function() {
159
copyOwnProperties(tracingFunc, env.original);
160
161
// If code modified the prototype we better keep that as well.
162
- env.prototype = tracingFunc.prototype;
+ env.original.prototype = tracingFunc.prototype;
163
164
// Unset the trace.
165
objectTraverser(fnName, env.original);
0 commit comments