Skip to content

Commit 8e72a12

Browse files
authoredDec 21, 2020
Merge pull request #5356 from plotly/followup-5349
requested edits in pull 5349
2 parents a5b295f + 29f0401 commit 8e72a12

5 files changed

+1
-2
lines changed
 

‎test/jasmine/tests/range_slider_test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ describe('Visible rangesliders', function() {
265265
],
266266
rangeslider: {visible: true}
267267
},
268-
width: 800,
269-
height: 500
268+
width: 800
270269
})
271270
.then(function() {
272271
var bb = getRangeSlider().getBoundingClientRect();

0 commit comments

Comments
 (0)
Please sign in to comment.