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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user