Skip to content

Commit

Permalink
Merge pull request #84 from babaq/patch-1
Browse files Browse the repository at this point in the history
Update statedict.jl
  • Loading branch information
jiahao committed Oct 5, 2015
2 parents b62d042 + 6627857 commit b3a381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IJulia/statedict.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@compat statedict(s::Union{Slider, Progress)} =
@compat statedict(s::Union{Slider, Progress}) =
@compat Dict(:value=>s.value,
:min=>first(s.range),
:step=>step(s.range),
Expand Down

0 comments on commit b3a381d

Please sign in to comment.