MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / set

Function set

MathBox/mathbox-bundle.js:42628–42633  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

42626 }
42627
42628 function set(element) {
42629 element.style.height = '100%';
42630 element.style.margin = 0;
42631 element.style.padding = 0;
42632 return element;
42633 }
42634
42635 if (this.options.body && three.element == document.body) {
42636 // Fix body height if we're naked

Callers 4

mathbox-core.jsFile · 0.85
DataFunction · 0.85
mathbox-bundle.jsFile · 0.85
DataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected