()
| 2162 | setInterval(GitHub.Commit.observeHash, 50); |
| 2163 | |
| 2164 | function a() { |
| 2165 | if (GitHub.Commit.hovered) { |
| 2166 | GitHub.Commit.addEmptyClass.call(GitHub.Commit.hovered); |
| 2167 | GitHub.Commit.unhighlightLine.call(GitHub.Commit.hovered); |
| 2168 | GitHub.Commit.hovered = null |
| 2169 | } |
| 2170 | } |
| 2171 | $("#files").mouseout(function (d) { |
| 2172 | d = $(d.target); |
| 2173 | d = d.is(".bubble") ? d : d.parent(); |
no outgoing calls
no test coverage detected