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;