remove sendMessage wrapper

Discussion: https://github.com/igrigorik/videospeed/issues/339
This commit is contained in:
Ilya Grigorik
2019-02-17 11:39:21 -08:00
parent 26f85e7fbb
commit 5972cbdd22

View File

@@ -1,4 +1,3 @@
chrome.runtime.sendMessage({}, function(response) {
var tc = {
settings: {
speed: 1.0, // default 1x
@@ -537,4 +536,3 @@ chrome.runtime.sendMessage({}, function(response) {
animation = false;
}, 2000);
}
});