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 f209248 commit 808bc87Copy full SHA for 808bc87
lib/markup-view-patch.js
@@ -21,7 +21,7 @@ const { MarkupView } = devtools["require"]("devtools/markupview/markup-view");
21
let originalTemplate = MarkupView.prototype.template;
22
MarkupView.prototype.template = function(aName, aDest, aOptions) {
23
let node = originalTemplate.apply(this, arguments);
24
- //this._inspector.emit("markupview-render", node, aName, aDest, aOptions);
+ this._inspector.emit("markupview-render", node, aName, aDest, aOptions);
25
return node;
26
}
27
0 commit comments