This commit is contained in:
Dan Holmsand 2016-06-08 20:59:24 +02:00
commit fed05ab7cd
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
`(aset ~object ~@names ~value)))
(defmacro .' [& args]
;; Deprecated since names starting with . cause problems with bootstraped cljs.
;; Deprecated since names starting with . cause problems with bootstrapped cljs.
(let [ns (str cljs.analyzer/*cljs-ns*)
line (:line (meta &form))]
(binding [*out* *err*]
@ -66,7 +66,7 @@
`($ ~@args))
(defmacro .! [& args]
;; Deprecated since names starting with . cause problems with bootstraped cljs.
;; Deprecated since names starting with . cause problems with bootstrapped cljs.
(let [ns (str cljs.analyzer/*cljs-ns*)
line (:line (meta &form))]
(binding [*out* *err*]