diff options
author | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-08-01 13:20:25 +0200 |
---|---|---|
committer | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | 2019-08-01 13:20:25 +0200 |
commit | 5a5ed880fcfafe9f8aa753488d80b982ee10ea1a (patch) | |
tree | adb0db0698d402f2f29658f2911efd7d7836b879 /ecomp-portal-FE-common/client/bower_components_external | |
parent | ed2cb605fe2d122b37f218bebba90b12871506a6 (diff) |
Fix copy&paste typo in b2bWhenScrollEnds
Coverity-scan: CID-192000
Issue-ID: PORTAL-684
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I582732835a39240dafb9bed9a8ddd4a564b071b3
Diffstat (limited to 'ecomp-portal-FE-common/client/bower_components_external')
-rw-r--r-- | ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js b/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js index 75238243..ec955ed9 100644 --- a/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js +++ b/ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js @@ -12942,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]; } |