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 4a56fd3 commit 47d37caCopy full SHA for 47d37ca
src/ecma-debugger/js-source-view.js
@@ -16,7 +16,7 @@ cls.JsSourceView = function(id, name, container_class)
16
var SCROLL_CONTAINER_ID = "js-source-scroll-container";
17
var STOP_AT_ERROR_CLASS = "stop-at-error";
18
var ERROR_TOOLTIP_CLASS = "error-description";
19
- var DIV_SELECTOR = ".js-source-content div";
+ var DIV_SELECTOR = "." + CONTAINER_CLASS_NAME + " div";
20
21
var self = this;
22
var frame_id = "";
0 commit comments