mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Fix condition for calling exports.unbindAll(). (Correction to #1449)
This commit is contained in:
@@ -29,8 +29,6 @@ exports.renderContent = function(el, content, where="replace") {
|
||||
exports.unbindAll(el);
|
||||
}
|
||||
|
||||
exports.unbindAll(el);
|
||||
|
||||
var html;
|
||||
var dependencies = [];
|
||||
if (content === null) {
|
||||
|
||||
Reference in New Issue
Block a user