()
| 64 | } |
| 65 | |
| 66 | function scheduleIconAnimation() { |
| 67 | chrome.browserAction.setBadgeText( { text: "" } ); |
| 68 | clearInterval(animateIconIntervalId); |
| 69 | if (enabled) { |
| 70 | animateIconIntervalId = setInterval(animateIcon, 500); |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | })(); |
no test coverage detected
searching dependent graphs…