| Index: chrome/ext/popup.js |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/chrome/ext/popup.js |
| @@ -0,0 +1,5 @@ |
| +with (chrome.extension.getBackgroundPage()) |
| +{ |
| + this.ext = ext; |
| + this.TabMap = TabMap; |
| +} |