()
| 1745 | }; |
| 1746 | |
| 1747 | var cmUnbindScroll = function() { |
| 1748 | codeMirror.find(".CodeMirror-scroll").unbind(mouseOrTouch("scroll", "touchmove")); |
| 1749 | }; |
| 1750 | |
| 1751 | var previewBindScroll = function() { |
| 1752 |
nothing calls this directly
no outgoing calls
no test coverage detected