()
| 13 | |
| 14 | const NoticeCenter = React.createClass({ |
| 15 | getInitialState() { |
| 16 | return { |
| 17 | notices: [] |
| 18 | } |
| 19 | }, |
| 20 | |
| 21 | addNotice(notice){ |
| 22 | notice.key = generateNoticeKey() |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…