(sharedRoot: Y.XmlText, key: string)
| 108 | } |
| 109 | |
| 110 | export function removeStoredPosition(sharedRoot: Y.XmlText, key: string) { |
| 111 | sharedRoot.removeAttribute(STORED_POSITION_PREFIX + key) |
| 112 | } |
| 113 | |
| 114 | export function setStoredPosition( |
| 115 | sharedRoot: Y.XmlText, |
no outgoing calls
no test coverage detected
searching dependent graphs…