minor changes

This commit is contained in:
coderaiser 2012-07-27 10:13:20 -04:00
parent 273e8c2c57
commit 325163a41f

View file

@ -3,7 +3,7 @@ var CloudCommander, CloudFunc, $;
* https://github.com/fancyapps/fancyBox
*/
CloudCommander.Viewer = {
dir : './lib/viewer/',
dir : './lib/client/viewer/',
getByClass : function(pClass){
return document.getElementsByClassName(pClass);