Browse Source

forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144)

pull/2/head
gorhill 10 years ago
parent
commit
9bb22b65ec
  1. 2
      platform/chromium/vapi-client.js

2
platform/chromium/vapi-client.js

@ -167,6 +167,8 @@ vAPI.messaging = {
} }
}; };
/******************************************************************************/
// No need to have vAPI client linger around after shutdown if // No need to have vAPI client linger around after shutdown if
// we are not a top window (because element picker can still // we are not a top window (because element picker can still
// be injected in top window). // be injected in top window).

Loading…
Cancel
Save