aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/t06.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'clojurescript/t06.cljs')
-rw-r--r--clojurescript/t06.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojurescript/t06.cljs b/clojurescript/t06.cljs
index af3440c7..bfb06e8a 100644
--- a/clojurescript/t06.cljs
+++ b/clojurescript/t06.cljs
@@ -2,7 +2,7 @@
(defn setText [])
(prn :yo)
-(prn (.. clojure print-method methodTable))
+(prn (-> clojure .print-method .methodTable))
(prn (JQuery "#nice"))
(prn (.ready ($ document) test/setText))
(prn (+ 1 2 3 4))