Index: ext/common.js |
=================================================================== |
--- a/ext/common.js |
+++ b/ext/common.js |
@@ -67,17 +67,16 @@ |
/* Message passing */ |
ext.onMessage = new ext._EventTarget(); |
/* Background page */ |
ext.backgroundPage = { |
Sebastian Noack
2017/10/13 02:52:18
I guess this needs to be rebased, and we can get r
Manish Jethani
2017/10/13 05:08:41
Done.
|
- sendMessage: chrome.runtime.sendMessage, |
getWindow() |
{ |
return chrome.extension.getBackgroundPage(); |
} |
}; |
/* Utils */ |