diff options
author | Chouser <chouser@n01se.net> | 2008-09-23 19:04:06 +0000 |
---|---|---|
committer | Chouser <chouser@n01se.net> | 2008-09-23 19:04:06 +0000 |
commit | 442d95e129e58eaecf76f4db583ad81c510cfad1 (patch) | |
tree | f6930051fbf1dfdd1420652bb75d4b99fa0bb089 /clojurescript/tojs.clj | |
parent | e71a98675ced585d9253e0dd7a8b1452ae3e6165 (diff) |
ClojureScript: integrate PersistentVector, plus better mimicking of Java class model.
Diffstat (limited to 'clojurescript/tojs.clj')
-rw-r--r-- | clojurescript/tojs.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clojurescript/tojs.clj b/clojurescript/tojs.clj index 20dcdb85..4bf23d39 100644 --- a/clojurescript/tojs.clj +++ b/clojurescript/tojs.clj @@ -242,7 +242,8 @@ (def skip-set '#{seq instance? assoc floats doubles ints longs - global-hierarchy apply refer first rest import hash-map}) + global-hierarchy apply refer first rest import hash-map + count find}) (defn skip-defs [expr] (let [m ^(.var expr)] |