fixed bug with getByClass ie version

This commit is contained in:
coderaiser 2012-09-03 11:04:59 -04:00
parent 220779bf52
commit 1804198bc6
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ var CloudCommander, $;
var lResult;
if(pElement)
lResult = pElement.find(lClass);
lResult = $(pElement).find(lClass);
else lResult = $.find(lClass);
return lResult;

View file

@ -29,7 +29,7 @@ CloudCommander.KEY = {
CloudCommander.keyBinding = (function(){
"use strict";
var Util = new CloudCommander.Utils();
var Util = CloudCommander.Util;
/* saving state of tabs varibles */
var lTabPanel = {