Release commit

This commit is contained in:
RainLoop Team 2015-02-17 19:52:33 +04:00
parent 60f7cb3d84
commit 2616b911e1
8 changed files with 7 additions and 9 deletions

View file

@ -826,11 +826,11 @@
});
key('ctrl+left, command+left', Enums.KeyState.MessageView, function () {
return false; // TODO
return false;
});
key('ctrl+right, command+right', Enums.KeyState.MessageView, function () {
return false; // TODO
return false;
});
};