1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00

Removed parameters from command info block

This commit is contained in:
Jeremy Ruston 2012-05-02 17:26:36 +01:00
parent 96fd935f34
commit 52a6b1036c
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

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