MCPcopy Create free account
hub / github.com/alignoth/alignoth / background

Method background

resources/vega.min.js:14897–14904  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

14895 );
14896 }
14897 background(t) {
14898 return (
14899 arguments.length &&
14900 this._svg &&
14901 this._svg.style.setProperty("background-color", t),
14902 super.background(...arguments)
14903 );
14904 }
14905 resize(t, e, n, r) {
14906 return (
14907 super.resize(t, e, n, r),

Callers 1

initializeMethod · 0.95

Calls 1

backgroundMethod · 0.45

Tested by

no test coverage detected