mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update lib/client/viewer.js
This commit is contained in:
parent
d60ce0f123
commit
b9b8cc5acb
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,12 @@ var CloudCommander, CloudFunc, $;
|
|||
/* object contains viewer FancyBox
|
||||
* https://github.com/fancyapps/fancyBox
|
||||
*/
|
||||
CloudCommander.Viewer = new CloudCommander.Util();
|
||||
CloudCommander.Viewer = {
|
||||
get: (function(){
|
||||
return this.FancyBox;
|
||||
})
|
||||
};
|
||||
|
||||
CloudCommander.Viewer.FancyBox = new CloudCommander.Util();
|
||||
|
||||
CloudCommander.Viewer.dir = './lib/client/viewer/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue