(cm)
| 1068 | } |
| 1069 | |
| 1070 | function isReadOnly(cm) { |
| 1071 | return cm.options.readOnly || cm.doc.cantEdit; |
| 1072 | } |
| 1073 | |
| 1074 | // This will be set to an array of strings when copying, so that, |
| 1075 | // when pasting, we know what kind of selections the copied text |
no outgoing calls
no test coverage detected