Completes fix of #988

This commit is contained in:
Chris 2015-03-11 16:29:08 -06:00
parent 2a47057209
commit 717c7a0a60
1 changed files with 3 additions and 1 deletions

View File

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