Skip to content

Commit

Permalink
Remove skipRepeats() from index.js Line 102
Browse files Browse the repository at this point in the history
This is a (temporary) fix for #2
  • Loading branch information
TylorS committed Nov 16, 2015
1 parent 311cc69 commit c7f6480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ const makeDOMDriver =
, rootElem
)
)
rootElem$.drain()
rootElem$.drain()

return {
select: makeElementSelector(rootElem$.skipRepeats()),
select: makeElementSelector(rootElem$),
}
}

Expand Down

0 comments on commit c7f6480

Please sign in to comment.