mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
ffc34e8ab9
commit
1ad9ee859f
1 changed files with 4 additions and 2 deletions
|
|
@ -3,9 +3,11 @@ var CloudCommander, CloudFunc, $;
|
|||
* https://github.com/fancyapps/fancyBox
|
||||
*/
|
||||
CloudCommander.Viewer = {
|
||||
dir : CloudCommander.LIBDIRCLIENT + 'viewer/',
|
||||
LIBDIR : './lib',
|
||||
LIBDIRSERVER : './lib/server',
|
||||
dir : this.LIBDIRCLIENT + 'viewer/',
|
||||
|
||||
getByClass : function(pClass){
|
||||
getByClass : function(pClass){
|
||||
return document.getElementsByClassName(pClass);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue