component / dom

DOM traversal, manipulation and events aggregate library (like jQuery)
228 stars 49 forks source link

fix use of getter/fns #73

Closed tj closed 10 years ago

tj commented 10 years ago

we shouldn't be using branches like this, it'll likely break in the future, we should be using semver

matthewmueller commented 10 years ago

+1, wanted some feedback on a somewhat iffy PR. pinned it to 1.2.0. might take a few minutes to propagate, we had a straggling 1.2.0 tag that just contained examples and wasn't fully released.

cristiandouce commented 10 years ago

Any chance of a 1.0.1 release with this fix/bump?

matthewmueller commented 10 years ago

yep, hold on a sec

matthewmueller commented 10 years ago

okay done

cristiandouce commented 10 years ago

@MatthewMueller Thanks!!