JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Bugfix: passing kwargs to slider of arrays. #35

Closed korsbo closed 6 years ago

korsbo commented 6 years ago

Just fixing a minor bug. Kwargs was not passed from slider(::Array) to slider(::Range).

codecov-io commented 6 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   68.14%   68.14%           
=======================================
  Files          13       13           
  Lines         270      270           
=======================================
  Hits          184      184           
  Misses         86       86
Impacted Files Coverage Δ
src/input.jl 89.28% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f283f92...c2a10ab. Read the comment docs.

piever commented 6 years ago

Well spotted, thanks.