MCPcopy Create free account
hub / github.com/TruthHun/BookStack / constructor

Method constructor

static/katex/katex.mjs:1076–1087  ·  view source on GitHub ↗
(classes, children, options, style)

Source from the content-addressed store, hash-verified

1074 */
1075class Span {
1076 constructor(classes, children, options, style) {
1077 this.children = void 0;
1078 this.attributes = void 0;
1079 this.classes = void 0;
1080 this.height = void 0;
1081 this.depth = void 0;
1082 this.width = void 0;
1083 this.maxFontSize = void 0;
1084 this.style = void 0;
1085 initNode.call(this, classes, options, style);
1086 this.children = children || [];
1087 }
1088 /**
1089 * Sets an arbitrary attribute on the span. Warning: use this wisely. Not
1090 * all browsers support attributes the same, and having too many custom

Callers 6

jquery-2.2.1.jsFile · 0.45
jquery.jsFile · 0.45
jquery.min.jsFile · 0.45
MenuFunction · 0.45
ToolbarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected