Added a command key
This commit is contained in:
parent
a83ae523b4
commit
01b622821e
3 changed files with 28 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue