Skip to content

Commit

Permalink
fixed bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 27, 2014
1 parent ce45a61 commit a6496e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var onBeforeRequestHandler = function(details) {
reason = µb.abpFilters.matchString(pageStore, requestURL, requestType, requestHostname);
}
// Record what happened.
if ( pageStore ) {
if ( pageStore.recordRequest ) {
pageStore.recordRequest(requestType, requestURL, reason);
}

Expand Down

0 comments on commit a6496e5

Please sign in to comment.