Rename monkeypatched render function to make its purpose clearer

Especially in browser profiling.
This commit is contained in:
Daniel Compton 2018-01-16 14:26:50 +13:00
parent 8b0056c2be
commit 21d66ab37f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
(def static-fns
{:render
(fn render []
(fn mp-render [] ;; Monkeypatched render
(this-as c
(trace/with-trace {:op-type :render
:tags {:component-path (component-path c)}