Fix bug where Preferences menu item and hot key did not work

This commit is contained in:
Jeffrey Morgan 2015-05-27 18:52:35 -07:00
parent 3811dc81d9
commit 2003f5f079
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var MenuTemplate = function () {
metrics.track('Opened Preferences', {
from: 'menu'
});
router.transitionTo('preferences');
router.get().transitionTo('preferences');
}
},
{