X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-core-debug.js;fp=roojs-core-debug.js;h=0eb8dd2f72c8dd7de9c14caade23e15a2fe6d56a;hb=f3680e66a6b52b4244174c320bb85ae34e4b70b9;hp=eb23157645700adf471920f2e02d3da9b6036027;hpb=dd3564ac40c89b410d95f7d9eb47b7ebbdd38b71;p=roojs1 diff --git a/roojs-core-debug.js b/roojs-core-debug.js index eb23157645..0eb8dd2f72 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -8795,6 +8795,7 @@ if(opt.anim.isAnimated()){ * @return {Roo.Element} this */ hide : function(animate){ + Roo.log('hiding...'); this.setVisible(false, this.preanim(arguments, 0)); return this; },