From 4e3d10b0db11ae577597a94cff484f96c7895876 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Jul 2012 04:51:58 -0400 Subject: [PATCH] minor changes --- lib/client/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/viewer.js b/lib/client/viewer.js index 3b0a9786..13897244 100644 --- a/lib/client/viewer.js +++ b/lib/client/viewer.js @@ -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); } }; \ No newline at end of file