mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
bcf1897eae
commit
511d2381e8
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ CloudCommander.Viewer = {
|
|||
dir : './lib/client/viewer/'
|
||||
};
|
||||
|
||||
CloudCommander.Viewer.FancyBox = new CloudCommander.Util();
|
||||
CloudCommander.Viewer.FancyBox = new CloudCommander.Util();
|
||||
|
||||
CloudCommander.Viewer.FancyBox.dir = CloudCommander.Viewer.dir +
|
||||
'fancybox/';
|
||||
|
|
@ -102,7 +102,7 @@ CloudCommander.Viewer.FancyBox.show = (function(pParent){
|
|||
lConfig);
|
||||
});
|
||||
|
||||
CloudCommander.Viewer.Keys = (function(){
|
||||
CloudCommander.Viewer.Keys = (function(){
|
||||
"use strict";
|
||||
|
||||
var lCallBack_f = (function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue