component / dom

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

fix dom('.foo'), i.e. selection in the document context #25

Closed eldargab closed 11 years ago

eldargab commented 11 years ago

document.firstChild is not always an element and there is no need for this anyway.