Browse Source

removed spurious lines of code

pull/2/head
gorhill 10 years ago
parent
commit
c6d89dab64
  1. 3
      platform/firefox/vapi-background.js

3
platform/firefox/vapi-background.js

@ -1313,9 +1313,6 @@ vAPI.net.registerListeners = function() {
type: details.type,
url: details.url
};
if ( details.attrSrc !== undefined ) {
lastRequest[0].attrSrc = details.attrSrc;
}
};
vAPI.messaging.globalMessageManager.addMessageListener(

Loading…
Cancel
Save