minor changes

This commit is contained in:
coderaiser 2012-07-27 10:09:40 -04:00
parent ffc34e8ab9
commit 1ad9ee859f

View file

@ -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);
}
};