| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 (function() | |
| 2 { | |
| 3 var backgroundPage = chrome.extension.getBackgroundPage(); | |
| 4 ext = backgroundPage.ext; | |
| 5 TabMap = backgroundPage.TabMap; | |
|
Wladimir Palant
2014/01/16 07:46:43
Assigning to undeclared variables isn't the fine a
| |
| 6 })(); | |
| OLD | NEW |