()
| 84 | if (ie_lt8 && cm.state.focused) cm.focus(); |
| 85 | |
| 86 | var clear = function() { |
| 87 | cm.operation(function() { |
| 88 | for (var i = 0; i < marks.length; i++) marks[i].clear(); |
| 89 | }); |
| 90 | }; |
| 91 | if (autoclear) setTimeout(clear, 800); |
| 92 | else return clear; |
| 93 | } |
nothing calls this directly
no outgoing calls
no test coverage detected