Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Oct 13, 2016
1 parent bb97289 commit 042f9dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/dom/client/ReactInputSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function getFocusedElement() {
}

function getElementsWithSelections(acc, win) {
// TODO Use getSelection for window, check if anchorNode === focusNode, concat node and selection if so
acc = acc || [];
win = win || window;
var doc;
Expand Down

0 comments on commit 042f9dd

Please sign in to comment.