minor changes

This commit is contained in:
coderaiser 2012-07-30 04:21:56 -04:00
parent 4a41880c7d
commit a0eaeadbbe

View file

@ -51,7 +51,7 @@ var CloudClient={
/* short names used all the time functions */
var getByClass = function(pClass){
return getByClass(pClass);
return document.getElementsByClassName(pClass);
};
var getById = function(pId){