efir-tractatus / domTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

domTest

Demonstrates CycleJS bug in v22 of DOM driver where mouseenter event is attached to only the first list element, when it should be attached to both. master branch is same as v22 branch. To toggle to same repo using v20 of drom driver switch to the v20 branch where the mouseenter event works properly.

Run locally:

  1. npm install -g live-server watchify
  2. npm install
  3. npm run build
  4. npm run serve
  5. Open browser at http://localhost:8080

About


Languages

Language:TypeScript 48.7%Language:JavaScript 42.8%Language:HTML 8.5%