()
| 2381 | // structures. Here we poll to unregister it when the editor is no |
| 2382 | // longer in the document, so that it can be garbage-collected. |
| 2383 | function unregister() { |
| 2384 | if (contains(document.body, d.wrapper)) setTimeout(unregister, 5000); |
| 2385 | else off(window, "resize", onResize); |
| 2386 | } |
| 2387 | setTimeout(unregister, 5000); |
| 2388 | |
| 2389 | on(d.input, "keyup", operation(cm, onKeyUp)); |