MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / guttersChanged

Function guttersChanged

static/js/codemirror/codemirror.js:251–254  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

249 }
250
251 function guttersChanged(cm) {
252 updateGutters(cm);
253 regChange(cm);
254 }
255
256 function updateGutters(cm) {
257 var gutters = cm.display.gutters, specs = cm.options.gutters;

Callers 1

codemirror.jsFile · 0.85

Calls 2

updateGuttersFunction · 0.85
regChangeFunction · 0.85

Tested by

no test coverage detected