Browse Source

Firefox: implement vAPI.app.restart

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
ec337b61af
  1. 5
      platform/firefox/vapi-background.js

5
platform/firefox/vapi-background.js

@ -51,7 +51,10 @@ vAPI.app = {
/******************************************************************************/
vAPI.app.restart = function() {};
vAPI.app.restart = function() {
// Observing in bootstrap.js
Services.obs.notifyObservers(null, location.host + '-restart', null);
};
/******************************************************************************/

Loading…
Cancel
Save