mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Typo: name -> message.name
This commit is contained in:
@@ -1101,7 +1101,7 @@ var ShinyApp = function() {
|
||||
|
||||
addCustomMessageHandler('recalculating', function(message) {
|
||||
if (message.hasOwnProperty('name') && message.hasOwnProperty('status')) {
|
||||
var binding = this.$bindings[name];
|
||||
var binding = this.$bindings[message.name];
|
||||
$(binding ? binding.el : null).trigger({
|
||||
type: 'shiny:' + message.status
|
||||
});
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
inst/www/shared/shiny.min.js
vendored
2
inst/www/shared/shiny.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -509,7 +509,7 @@ var ShinyApp = function() {
|
||||
|
||||
addCustomMessageHandler('recalculating', function(message) {
|
||||
if (message.hasOwnProperty('name') && message.hasOwnProperty('status')) {
|
||||
var binding = this.$bindings[name];
|
||||
var binding = this.$bindings[message.name];
|
||||
$(binding ? binding.el : null).trigger({
|
||||
type: 'shiny:' + message.status
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user