make aux panel behave vaguely intelligently

This commit is contained in:
Matthew Hodgson 2015-07-21 15:43:54 -07:00
parent 9af09de7d4
commit a2f5933417
3 changed files with 9 additions and 1 deletions

View file

@ -86,7 +86,7 @@ module.exports = {
});
this.forceUpdate();
break;
case'notifier_enabled':
case 'notifier_enabled':
this.forceUpdate();
break;
}