()
| 1773 | }; |
| 1774 | |
| 1775 | var cmUnbindScroll = function() { |
| 1776 | codeMirror.find(".CodeMirror-scroll").unbind(mouseOrTouch("scroll", "touchmove")); |
| 1777 | }; |
| 1778 | |
| 1779 | var previewBindScroll = function() { |
| 1780 |
nothing calls this directly
no outgoing calls
no test coverage detected