chore(dom) regRefreshButton: add trace

This commit is contained in:
coderaiser 2013-08-23 11:24:45 +00:00
parent f60ad1f2db
commit 511dba9d41

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];