@@ -480,7 +480,7 @@ define([
480480 case "t" :
481481 container_offset . top = trigger_box . bottom + tip_margin ;
482482 tip_offset . top = - 23 ;
483- bottom_row = status . scroll . top + status . window . height ,
483+ bottom_row = status . scroll . top + status . window . height ;
484484 content_css [ "max-height" ] = ( bottom_row - container_offset . top - container_margin ) + "px" ;
485485 break ;
486486 case "l" :
@@ -551,13 +551,13 @@ define([
551551 container_offset . top = trigger_center . top - container_margin ;
552552 tip_offset . top = 0 ;
553553 }
554- bottom_row = status . scroll . top + status . window . height ,
554+ bottom_row = status . scroll . top + status . window . height ;
555555 content_css [ "max-height" ] = ( bottom_row - container_offset . top - container_margin ) + "px" ;
556556 break ;
557557 case "m" :
558558 if ( options . height === "max" ) {
559- container_offset . top = container_margin ;
560- bottom_row = status . scroll . top + status . window . height ,
559+ container_offset . top = container_margin ;
560+ bottom_row = status . scroll . top + status . window . height ;
561561 content_css [ "max-height" ] = ( bottom_row - 2 * container_margin ) + "px" ;
562562 tip_offset . top = trigger_box . top - container_margin ;
563563 } else {
@@ -568,7 +568,7 @@ define([
568568 case "b" :
569569 if ( options . height === "max" ) {
570570 container_offset . top = 2 * container_margin ;
571- bottom_row = status . scroll . top + status . window . height ,
571+ bottom_row = status . scroll . top + status . window . height ;
572572 content_css . height = ( bottom_row - 3 * container_margin ) + "px" ;
573573 tip_offset . top = trigger_center . top - container_margin - tip_margin ;
574574 } else {
0 commit comments