Skip to content

Commit 47d37ca

Browse files
author
Chris K
committed
Fix in constants.
1 parent 4a56fd3 commit 47d37ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/js-source-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cls.JsSourceView = function(id, name, container_class)
1616
var SCROLL_CONTAINER_ID = "js-source-scroll-container";
1717
var STOP_AT_ERROR_CLASS = "stop-at-error";
1818
var ERROR_TOOLTIP_CLASS = "error-description";
19-
var DIV_SELECTOR = ".js-source-content div";
19+
var DIV_SELECTOR = "." + CONTAINER_CLASS_NAME + " div";
2020

2121
var self = this;
2222
var frame_id = "";

0 commit comments

Comments
 (0)