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

code review

This commit is contained in:
gorhill 2015-04-08 19:31:29 -04:00
parent 6441161329
commit f6e0e46818

View File

@ -315,13 +315,6 @@ housekeep itself.
}
};
var destroy = function(tabId) {
var entry = tabContexts[tabId];
if ( entry !== undefined ) {
entry.destroy();
}
};
var exists = function(tabId) {
return tabContexts[tabId] !== undefined;
};
@ -357,7 +350,6 @@ housekeep itself.
unpush: unpush,
commit: commit,
lookup: lookup,
destroy: destroy,
exists: exists,
createContext: createContext
};