MCPcopy Index your code
hub / github.com/pandao/editor.md / _infoDialogPosition

Function _infoDialogPosition

editormd.js:1349–1354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1347 var infoDialog = this.infoDialog;
1348
1349 var _infoDialogPosition = function() {
1350 infoDialog.css({
1351 top : ($(window).height() - infoDialog.height()) / 2 + "px",
1352 left : ($(window).width() - infoDialog.width()) / 2 + "px"
1353 });
1354 };
1355
1356 _infoDialogPosition();
1357

Callers 1

editormd.jsFile · 0.70

Calls 1

$Function · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…