minor changes

This commit is contained in:
coderaiser 2012-07-27 10:10:40 -04:00
parent 18d9c66510
commit 76c033f5a7

View file

@ -2,10 +2,8 @@ var CloudCommander, CloudFunc, $;
/* object contains viewer FancyBox
* https://github.com/fancyapps/fancyBox
*/
CloudCommander.Viewer = {
LIBDIR : './lib',
LIBDIRSERVER : './lib/server',
dir : this.LIBDIRCLIENT + 'viewer/',
CloudCommander.Viewer = {
dir : './lib/viewer/',
getByClass : function(pClass){
return document.getElementsByClassName(pClass);