mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
06a7ea8d55
commit
b6feece20b
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