if(evt.target === this.domNode){return; }var tgt = evt.target;
if(!(tgt == this.previousButton|| tgt == this.nextButton)){// while the clicked node is inside the divwhile(!tgt.item){// recurse to the top
tgt = tgt.parentNode;
}}this._focusOptionNode(tgt);