| 1 | /* |
| 2 | code for surrounding text in hidden code and handling callbacks on editing the the parts that remain unhidden |
| 3 | eg. 203.4 becomes _.intervention("type:uid", 203.4) and editing 203.4 results in messages like: |
| 4 | _messageBus.publish("toField.interventions.changed", { |
nothing calls this directly
no test coverage detected