Skip to content

Commit

Permalink
actually return the value in getValue
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Mar 27, 2020
1 parent 17504dc commit 70722e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/assets/js/shinyjster.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inst/assets/js/shinyjster.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion srcjs/methods/slider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { $, Shiny } from "../globals";

function getValue(id: string) {
Shiny.inputBindings.bindingNames["shiny.sliderInput"].binding.getValue(
return Shiny.inputBindings.bindingNames["shiny.sliderInput"].binding.getValue(
$("#" + id)
);
}
Expand Down

0 comments on commit 70722e8

Please sign in to comment.