MCPcopy Index your code
hub / github.com/csev/py4e / guttersChanged

Function guttersChanged

tools/pythonauto/static/codemirror/codemirror.js:264–268  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

262 }
263
264 function guttersChanged(cm) {
265 updateGutters(cm);
266 regChange(cm);
267 setTimeout(function(){alignHorizontally(cm);}, 20);
268 }
269
270 function updateGutters(cm) {
271 var gutters = cm.display.gutters, specs = cm.options.gutters;

Callers 1

codemirror.jsFile · 0.70

Calls 3

updateGuttersFunction · 0.70
regChangeFunction · 0.70
alignHorizontallyFunction · 0.70

Tested by

no test coverage detected