()
| 208 | }; |
| 209 | |
| 210 | var runScriptUpdates = function() { |
| 211 | try { |
| 212 | chrome.extension.sendMessage({method: "runScriptUpdates"}, function(response) {}); |
| 213 | } catch (e) { |
| 214 | console.log(e); |
| 215 | } |
| 216 | }; |
| 217 | |
| 218 | var execMenuCmd = function(id) { |
| 219 | try { |
no outgoing calls
no test coverage detected
searching dependent graphs…