MCPcopy
hub / github.com/pandao/editor.md / dialogPosition

Function dialogPosition

editormd.js:4322–4327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4320 });
4321
4322 var dialogPosition = function(){
4323 dialog.css({
4324 top : ($(window).height() - dialog.height()) / 2 + "px",
4325 left : ($(window).width() - dialog.width()) / 2 + "px"
4326 });
4327 };
4328
4329 dialogPosition();
4330

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…