mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 13:24:47 +00:00
Style fix
This commit is contained in:
parent
2e11ccc85b
commit
afd422615b
@ -58,11 +58,11 @@
|
||||
|
||||
(defn ^boolean reagent-class? [c]
|
||||
(and (fn? c)
|
||||
(some? (some-> c .-prototype (.-reagentRender)))))
|
||||
(some? (some-> c (.-prototype) (.-reagentRender)))))
|
||||
|
||||
(defn ^boolean react-class? [c]
|
||||
(and (fn? c)
|
||||
(some? (some-> c .-prototype (.-render)))))
|
||||
(some? (some-> c (.-prototype) (.-render)))))
|
||||
|
||||
(defn ^boolean reagent-component? [c]
|
||||
(some? (.-reagentRender c)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user