Add notes on pending commands

This commit is contained in:
Thomas Wilburn 2015-03-22 13:16:27 -07:00
parent e3005d25af
commit a7b6e1f455
2 changed files with 15 additions and 0 deletions

View file

@ -111,5 +111,13 @@ define([
Settings.clearProject();
if (!keepRetained) chrome.storage.local.remove("retainedProject");
};
/*
commands to handle:
project:generate
project:open
project:edit
project:clear
*/
});

View file

@ -33,6 +33,13 @@ function(Node, command, elementData) {
}
});
/* commands to handle:
project:refresh-dir
project:add-dir
project:remove-all
project:open-file
*/
return {
getPaths: function() { return [] },
getDirectories: function() { return directories },