1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 07:35:56 +00:00

Added a command key

This commit is contained in:
John Crepezzi
2011-11-18 18:17:49 -05:00
parent a83ae523b4
commit 01b622821e
3 changed files with 28 additions and 2 deletions

View File

@@ -59,8 +59,6 @@ var haste = function(appName) {
this.configureShortcuts();
};
// TODO add key of commands
// Set the page title - include the appName
haste.prototype.setTitle = function(ext) {
var title = ext ? this.appName + ' - ' + ext : this.appName;