From d3060588a6d0c056cbe4d98f8e71c077dba92343 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 5 Mar 2015 21:17:09 -0500 Subject: [PATCH] code review --- src/epicker.html | 2 +- src/js/pagestore.js | 2 +- src/js/static-net-filtering.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/epicker.html b/src/epicker.html index 29a098f64..0d51f2690 100644 --- a/src/epicker.html +++ b/src/epicker.html @@ -121,7 +121,7 @@ svg > path:first-child { svg > path + path { stroke: #F00; stroke-width: 0.5px; - fill: rgba(255,0,0,0.25); + fill: rgba(255,31,31,0.25); } aside { background-color: rgba(255,255,255,0.9); diff --git a/src/js/pagestore.js b/src/js/pagestore.js index d01b54a8d..d1c642e45 100644 --- a/src/js/pagestore.js +++ b/src/js/pagestore.js @@ -728,7 +728,7 @@ PageStore.prototype.logRequest = function(context, result) { this.perLoadBlockedRequestCount++; µb.localSettings.blockedRequestCount++; } - this.localSettingsModifyTime = now; + µb.localSettingsModifyTime = now; this.logBuffer.writeOne(context, result); }; diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index ea2e260b8..cf92cce3c 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1885,7 +1885,7 @@ FilterContainer.prototype.fromCompiledContent = function(text, lineBeg) { factory = this.factories[fields[2]]; - // For development purpose + // For development purpose //if ( this.filterCounts.hasOwnProperty(fields[2]) === false ) { // this.filterCounts[fields[2]] = 1; //} else {