Skip to content

Commit

Permalink
* src/cljs/clojure/browser/dom.cljs: Vector -> PersistentVector
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed May 1, 2012
1 parent c497406 commit e22b854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/clojure/browser/dom.cljs
Expand Up @@ -62,10 +62,10 @@
(gdom/createDom (name this) (gdom/createDom (name this)
str-attrs))))) str-attrs)))))


Vector PersistentVector
(-element (-element
[this] [this]
(log "Vector (-element " this ")") (log "PersistentVector (-element " this ")")
(let [tag (first this) (let [tag (first this)
attrs (second this) attrs (second this)
children (drop 2 this)] children (drop 2 this)]
Expand Down

0 comments on commit e22b854

Please sign in to comment.