Skip to content

Commit

Permalink
DOM parentNode is a property, not a function.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynaghk committed Mar 20, 2012
1 parent f5c67da commit 02f2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/c2/dom.cljs
Expand Up @@ -44,7 +44,7 @@
(.-childNodes (select node))))

(defn parent [node]
(.parentNode (select node)))
(.-parentNode (select node)))



Expand Down

0 comments on commit 02f2962

Please sign in to comment.