(title)
| 12 | } |
| 13 | |
| 14 | function handleStateChangeOnClient(title) { |
| 15 | var nextTitle = title || ''; |
| 16 | if (nextTitle !== document.title) { |
| 17 | document.title = nextTitle; |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | function DocumentTitle() {} |
| 22 | DocumentTitle.prototype = Object.create(React.Component.prototype); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…