Merge "NotificationCleanupConfig class fix"
[portal.git] / ecomp-portal-FE-common / client / bower_components_external / b2b / js / b2b-angular / b2b-library.min.js
index afa17ee..ec955ed 100644 (file)
@@ -12321,6 +12321,7 @@ angular.module('b2b.att.treeNodeCheckbox', ['b2b.att.utilities'])
         };
     }]);
 
+
 angular.module('b2b.att.collapse', ['b2b.att.transition'])
 
 // The collapsible directive indicates a block of html that will expand and collapse
@@ -12941,7 +12942,7 @@ https://github.com/cwilso/AudioRecorder/blob/master/js/recorderjs/recorder.js
                 });
             } else if (attrs.axis === 'y') {
                 visibleHeight = parseInt(attrs.height, 10) || b2bWhenScrollEndsConstants.height;
-                if (element.css('width')) {
+                if (element.css('height')) {
                     visibleHeight = element.css('height').split('px')[0]; 
                 }