Skip to content

Commit 3198551

Browse files
author
Pietro Vertechi
committed
clean-up
1 parent bc63476 commit 3198551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/slider.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function rangeslider(theme::WidgetTheme, vals::AbstractRange{<:Integer}, formatt
148148
$fromJS[] = false
149149
end)
150150

151-
class = getclass(:input, "rangeslider", orientation)
152151
style = Dict{String, Any}(string(key) => val for (key, val) in style)
153152

154153
haskey(style, "flex-grow") || (style["flex-grow"] = "1")

0 commit comments

Comments
 (0)