1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

code review

This commit is contained in:
gorhill 2015-03-05 21:17:09 -05:00
parent 07bb4c12e9
commit d3060588a6
3 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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);
};

View File

@ -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 {