(newLastCopied)
| 8098 | var lastCopied = null; |
| 8099 | |
| 8100 | function setLastCopied(newLastCopied) { |
| 8101 | lastCopied = newLastCopied; |
| 8102 | } |
| 8103 | |
| 8104 | function applyTextInput(cm, inserted, deleted, sel, origin) { |
| 8105 | var doc = cm.doc; |
no outgoing calls
no test coverage detected