Skip to content

Commit 29f0401

Browse files
committedDec 21, 2020
requested edits in PR 5349
1 parent a5b295f commit 29f0401

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.