motorcyclejs / dom

The standard DOM driver for motorcycle.js
MIT License
20 stars 2 forks source link

Fix select() sematics #81

Closed TylorS closed 8 years ago

TylorS commented 8 years ago

Fixes using a tagName at the root of isolation, a tagName + className at the root of isolation and the use of '*' in and out of isolation.

Closes #80