Remove jQuery 3 migration warnings

Bug: T175236
Change-Id: Ibbeec40bd46523c14ba53da1441f46fc9cdfbc10
This commit is contained in:
Seb35
2019-05-15 09:52:28 +02:00
committed by jenkins-bot
parent b65aded03c
commit 54ff8272ab
3 changed files with 10 additions and 11 deletions

View File

@@ -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' );