Войти с помощью github
Форум /
this.__popup = this.findBlockInside('popup', 'popup');
this.__popup.on({ modName : 'visible', modVal : true }, function() {
  this.bindToDoc('keydown', this._onKeyDown, this);
}, this);

Есть способ сделать тоже самое лаконичнее и эстетичнее?