mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
fix(config) CloudCmd.getTemplate -> DOM.Files.get
This commit is contained in:
parent
21b6ccec39
commit
7364775cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var CloudCmd, Util, DOM;
|
|||
this.show = function() {
|
||||
var exec = Util.exec,
|
||||
funcs = [
|
||||
exec.with(CloudCmd.getTemplate, Template, 'config'),
|
||||
exec.with(DOM.Files.get, 'config-tmpl'),
|
||||
exec.with(DOM.load.css, '/css/config.css')
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue