mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(view) overlay -> helpers.overlay
This commit is contained in:
parent
8a9fde6f40
commit
ef0946e4b8
1 changed files with 4 additions and 2 deletions
|
|
@ -35,8 +35,10 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
minHeight : 0,
|
||||
padding : 0,
|
||||
preload : 0,
|
||||
overlay : {
|
||||
closeClick: false
|
||||
helpers : {
|
||||
overlay : {
|
||||
closeClick: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue