diff --git a/src/js/uritools.js b/src/js/uritools.js index 72390aeef..b5ae5aad8 100644 --- a/src/js/uritools.js +++ b/src/js/uritools.js @@ -377,7 +377,7 @@ var domainCachePrune = function() { while ( i-- ) { hostname = hostnames[i]; domainCache[hostname].dispose(); - delete domainCache[hostname]; + delete domainCache[hostname]; } };