mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-07 21:26:08 -05:00
fixed custom message obj
This commit is contained in:
@@ -390,7 +390,8 @@ var ShinyApp = function() {
|
||||
}
|
||||
var tag = tagbuf.join("");
|
||||
data = data.slice(len+1);
|
||||
msgObj[tag] = data;
|
||||
msgObj.custom = {};
|
||||
msgObj.custom[tag] = data;
|
||||
}
|
||||
|
||||
var evt = jQuery.Event('shiny:message');
|
||||
|
||||
Reference in New Issue
Block a user