Fix function labels for profiling

This commit is contained in:
Winston Chang
2016-05-06 15:02:28 -05:00
parent c7044498d5
commit 91092b8a96
2 changed files with 11 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ renderPlot <- function(expr, width='auto', height='auto', res=72, ...,
}
plotObj <- reactive({
plotObj <- reactive(label = "plotObj", {
if (execOnResize) {
isolate({ dims <- getDims() })
} else {