()
| 50 | // input stops going to the textare whever this fires. |
| 51 | if (ie_lt8 && cm.state.focused) cm.display.input.focus(); |
| 52 | var clear = function() { |
| 53 | cm.operation(function() { one.clear(); two && two.clear(); }); |
| 54 | }; |
| 55 | if (autoclear) setTimeout(clear, 800); |
| 56 | else return clear; |
| 57 | } |