()
| 2326 | options.autofocus = true; |
| 2327 | |
| 2328 | function save() {textarea.value = instance.getValue();} |
| 2329 | if (textarea.form) { |
| 2330 | // Deplorable hack to make the submit method do the right thing. |
| 2331 | var rmSubmit = connect(textarea.form, "submit", save, true); |
no outgoing calls
no test coverage detected