mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
9c56f15628
commit
4e3d10b0db
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ CloudCommander.Viewer.FuncyBox = {
|
|||
},
|
||||
getById : function(pId){return document.getElementById(pId);},
|
||||
getByClass : function(pClass){
|
||||
return document.getElemenstByClassName(pClass);
|
||||
return document.getElementsByClassName(pClass);
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue