mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
minor changes
This commit is contained in:
parent
9ec1e5efd3
commit
a90834736c
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ var CloudCommander, CloudFunc;
|
|||
/* object contains viewer FancyBox
|
||||
* https://github.com/fancyapps/fancyBox
|
||||
*/
|
||||
CloudCommander.Viewer = {};
|
||||
CloudCommander.Viewer = {getByClass : function(pClass){
|
||||
return document.getElementsByClassName(pClass);
|
||||
}};
|
||||
CloudCommander.Viewer.FancyBox = {
|
||||
load: function(){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue