()
| 1775 | }; |
| 1776 | |
| 1777 | var previewUnbindScroll = function() { |
| 1778 | preview.unbind(mouseOrTouch("scroll", "touchmove")); |
| 1779 | }; |
| 1780 | |
| 1781 | codeMirror.bind({ |
| 1782 | mouseover : cmBindScroll, |
nothing calls this directly
no outgoing calls
no test coverage detected