(js) Initial support for keyboard shortcuts

This commit is contained in:
Francis Lachapelle
2016-09-23 17:17:25 -04:00
parent 93de7b9ab3
commit a2e3807a3a
5 changed files with 545 additions and 27 deletions
@@ -1,4 +1,4 @@
/* -*- Mode: javascript; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* -*- Mode: js; indent-tabs-mode: nil; js-indent-level: 2; -*- */
(function() {
'use strict';
@@ -366,7 +366,7 @@
}
function refreshUnseenCount() {
var unseenCountFolders = window.unseenCountFolders;
var unseenCountFolders = $window.unseenCountFolders;
_.forEach(vm.accounts, function(account) {