summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common
diff options
context:
space:
mode:
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-08-01 13:20:25 +0200
committerArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-08-01 13:20:25 +0200
commit5a5ed880fcfafe9f8aa753488d80b982ee10ea1a (patch)
treeadb0db0698d402f2f29658f2911efd7d7836b879 /ecomp-portal-FE-common
parented2cb605fe2d122b37f218bebba90b12871506a6 (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')
-rw-r--r--ecomp-portal-FE-common/client/bower_components_external/b2b/js/b2b-angular/b2b-library.min.js2
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];
}