mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
08adeb35a5
commit
6878f5b78a
1 changed files with 2 additions and 4 deletions
|
|
@ -2,12 +2,10 @@ var CloudCommander, CloudFunc, $;
|
|||
/* object contains viewer FancyBox
|
||||
* https://github.com/fancyapps/fancyBox
|
||||
*/
|
||||
CloudCommander.Viewer = {
|
||||
dir : './lib/client/viewer/'
|
||||
};
|
||||
|
||||
CloudCommander.Viewer =
|
||||
CloudCommander.Viewer.FancyBox = new CloudCommander.Util();
|
||||
|
||||
CloudCommander.Viewer.dir = './lib/client/viewer/';
|
||||
CloudCommander.Viewer.FancyBox.dir = CloudCommander.Viewer.dir +
|
||||
'fancybox/';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue