1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 09:44:59 +12:00

minor code review

This commit is contained in:
gorhill 2014-10-29 10:10:30 -04:00
parent b2d19afeb8
commit c5acad2332

View file

@ -392,7 +392,7 @@
continue;
}
µm.cookieHunter.removePageCookies(pageStore);
µm.pageStats[pageURL].dispose();
pageStore.dispose();
delete µm.pageStats[pageURL];
}