Community
Participate
Working Groups
},
_onKeyDown : function( event ) {
if( this._hoverItem != null && this._isRelevantEvent( event ) ) {
if( this._hoverItem != null && this._isRelevantEvent( event ) && this._hoverItem._onKeyDown ) {
this._hoverItem._onKeyDown( event );
}
_onKeyUp : function( event ) {
if( this._hoverItem != null && this._isRelevantEvent( event ) && this._hoverItem._onKeyUp ) {
this._hoverItem._onKeyUp( event );