Completes fix of #988

This commit is contained in:
Chris 2015-03-11 16:29:08 -06:00
parent 2a47057209
commit 717c7a0a60

View file

@ -66,7 +66,9 @@
}
/******************************************************************************/
vAPI.app.restart = function() {};
vAPI.app.restart = function() {
µBlock.restart();
};
/******************************************************************************/