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

Function dialogPosition

src/editormd.js:4310–4315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4308 });
4309
4310 var dialogPosition = function(){
4311 dialog.css({
4312 top : ($(window).height() - dialog.height()) / 2 + "px",
4313 left : ($(window).width() - dialog.width()) / 2 + "px"
4314 });
4315 };
4316
4317 dialogPosition();
4318

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…