Removed parameters from command info block

print-window-tiddler
Jeremy Ruston 2012-05-02 17:26:36 +01:00
rodzic 96fd935f34
commit 52a6b1036c
3 zmienionych plików z 3 dodań i 6 usunięć

Wyświetl plik

@ -13,8 +13,7 @@ Dump command
exports.info = {
name: "dump",
synchronous: true,
params: {}
synchronous: true
}
var Command = function(params,commander) {

Wyświetl plik

@ -13,8 +13,7 @@ Verbose command
exports.info = {
name: "verbose",
synchronous: true,
params: {}
synchronous: true
}
var Command = function(params,commander) {

Wyświetl plik

@ -13,8 +13,7 @@ Version command
exports.info = {
name: "version",
synchronous: true,
params: {}
synchronous: true
}
var Command = function(params,commander) {