Skip to content

Commit dd3f5ca

Browse files
committed
Fix full name - jsrp not used in webwindow script
1 parent 95824e7 commit dd3f5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRoot.webwindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ JSROOT.define([], () => {
727727
if (!arg.prereq2) resolveFunc(handle);
728728
},
729729

730-
onWebsocketClosed: () => jsrp.closeCurrentWindow() // when connection closed, close panel as well
730+
onWebsocketClosed: () => JSROOT.Painter.closeCurrentWindow() // when connection closed, close panel as well
731731
};
732732
}
733733

0 commit comments

Comments
 (0)