minor code review

pull/2/head
gorhill 9 years ago
parent 364c79d9ee
commit 8d8f4b22d4

@ -1765,10 +1765,7 @@ var httpObserver = {
var URI = channel.URI;
var channelData;
if (
topic === 'http-on-examine-response' ||
topic === 'http-on-examine-cached-response'
) {
if ( topic.lastIndexOf('http-on-examine-', 0) === 0 ) {
channelData = this.channelDataFromChannel(channel);
if ( channelData === null ) {
return;

Loading…
Cancel
Save