diff --git a/src/helix/core.cljs b/src/helix/core.cljs index a0d49cf..fcf3745 100644 --- a/src/helix/core.cljs +++ b/src/helix/core.cljs @@ -9,9 +9,9 @@ (:require-macros [helix.core])) -(when (exists? js/Symbol) +(when (exists? symbol) (extend-protocol IPrintWithWriter - js/Symbol + symbol (-pr-writer [sym writer _] (-write writer (str "\"" (.toString sym) "\"")))))