mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Mouse: Style fixes for jscs
This commit is contained in:
parent
e0acfda162
commit
5b5cb6153c
@ -183,8 +183,8 @@ return $.widget( "ui.mouse", {
|
||||
this._mouseStop( event );
|
||||
}
|
||||
|
||||
if (this._mouseDelayTimer) {
|
||||
clearTimeout(this._mouseDelayTimer);
|
||||
if ( this._mouseDelayTimer ) {
|
||||
clearTimeout( this._mouseDelayTimer );
|
||||
delete this._mouseDelayTimer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user