Remove jQuery 3 migration warnings
Bug: T175236 Change-Id: Ibbeec40bd46523c14ba53da1441f46fc9cdfbc10
This commit is contained in:
@@ -296,7 +296,6 @@
|
||||
if ( ulsTriggerOffset.left > $( window ).width() / 2 ) {
|
||||
this.left = ulsTriggerOffset.left - this.$window.width() - caretRadius;
|
||||
this.$window.removeClass( 'selector-left' ).addClass( 'selector-right' );
|
||||
|
||||
} else {
|
||||
this.left = ulsTriggerOffset.left + ulsTriggerWidth + caretRadius;
|
||||
this.$window.removeClass( 'selector-right' ).addClass( 'selector-left' );
|
||||
|
||||
Reference in New Issue
Block a user