mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-10 06:35:13 -05:00
1) In srcjs/input_rate.js line 284, the global variable `name` was being written to. 2) In a couple of other places in that file, the global variable `name` was being read instead of `nameType`--the result of an incomplete refactor. Also added an eslint rule to prevent this and other globals from being read implicitly.
8.3 KiB
8.3 KiB