aaronc / freactive

High-performance, pure Clojurescript, declarative DOM library
http://documentup.com/aaronc/freactive
Eclipse Public License 1.0
387 stars 27 forks source link

fix missing dom-node? fn and missing arg in the get-binding-fns call inside register-deps #35

Closed ul closed 9 years ago

ul commented 9 years ago

Oops, may be I have wrong guess with (register-dep dep (goog/getUid) (get-binding-fns dep)) — m.b. should be (register-dep dep (goog/getUid) (get-binding-fns nil)) ?

aaronc commented 9 years ago

It should be (register-dep dep (goog/getUid dep) (get-binding-fns dep)) actually.