1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Safari code review

This commit is contained in:
Chris 2015-02-18 21:40:34 -07:00
parent f5c807f2ea
commit 0a604f8cc7

View File

@ -412,7 +412,7 @@
vAPI.tabs.onClosed(tabId);
}
delete vAPI.tabIcons[tabId];
delete vAPI.tabIconState[tabId];
delete vAPI.tabs.stack[tabId];
}
}, true);