(props)
| 27 | _inherits(Title, _React$Component); |
| 28 | |
| 29 | function Title(props) { |
| 30 | _classCallCheck(this, Title); |
| 31 | |
| 32 | var _this = _possibleConstructorReturn(this, (Title.__proto__ || Object.getPrototypeOf(Title)).call(this, props)); |
| 33 | |
| 34 | _this._clickHandler = _this._clickHandler.bind(_this); |
| 35 | return _this; |
| 36 | } |
| 37 | |
| 38 | _createClass(Title, [{ |
| 39 | key: '_clickHandler', |
nothing calls this directly
no test coverage detected