mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(help) rm unused vars
This commit is contained in:
parent
278dc7f67c
commit
2f57779367
1 changed files with 2 additions and 3 deletions
|
|
@ -4,9 +4,8 @@ var CloudCmd, Util, DOM;
|
|||
|
||||
CloudCmd.Help = HelpProto;
|
||||
|
||||
function HelpProto(CallBack){
|
||||
var Key = CloudCmd.Key,
|
||||
Images = DOM.Images,
|
||||
function HelpProto() {
|
||||
var Images = DOM.Images,
|
||||
RESTful = DOM.RESTful,
|
||||
Markdown = RESTful.Markdown,
|
||||
Help = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue