Skip to content

Commit

Permalink
whitespace only.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste authored Jul 9, 2016
1 parent ee1f46f commit 5b72959
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,12 @@ D2L.Dom.isComposedAncestor(ancestorNode, node);
```javascript
// get first focusable child or descendant
D2L.Dom.Focus.getFirstFocusableDescendant(element);

// get last focusable child or descendant
D2L.Dom.Focus.getLastFocusableDescendant(element);

// get the next focusable child, sibling, etc.
D2L.Dom.Focus.getNextFocusable(element);

// get the previous focusable child, sibling, etc.
D2L.Dom.Focus.getPreviousFocusable(element);

// check is focusable (tabindex or white-listed elements)
D2L.Dom.Focus.isFocusable(element);
```
Expand Down

0 comments on commit 5b72959

Please sign in to comment.