MCPcopy Create free account
hub / github.com/breck7/scroll / guttersChanged

Function guttersChanged

external/.scrollLibs.js:10743–10747  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

10741 }
10742
10743 function guttersChanged(cm) {
10744 updateGutters(cm)
10745 regChange(cm)
10746 alignHorizontally(cm)
10747 }
10748
10749 function dragDropChanged(cm, value, old) {
10750 var wasOn = old && old != Init

Callers 1

defineOptionsFunction · 0.85

Calls 3

updateGuttersFunction · 0.85
regChangeFunction · 0.85
alignHorizontallyFunction · 0.85

Tested by

no test coverage detected