chore(dom) regRefreshButton: add trace

This commit is contained in:
coderaiser 2013-08-23 11:24:45 +00:00
parent 2d28031de2
commit 4dc25c21ed

View file

@ -1378,6 +1378,9 @@ var CloudCmd, Util, DOM, CloudFunc;
* unified way to get RefreshButton
*/
this.getRefreshButton = function(){
if (!CloudFunc)
console.trace();
var lPanel = this.getPanel(),
lRefresh = this.getByClass(CloudFunc.REFRESHICON, lPanel),
lRet = lRefresh[0];