Skip to content

Commit

Permalink
Merge pull request #2 from Brightspace/dbatiste/initial-dom
Browse files Browse the repository at this point in the history
Fix linting error.
  • Loading branch information
dbatiste authored Jul 7, 2016
2 parents c91ee44 + 24305e1 commit 8cdd8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2l-dom-focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

var composedChildren = D2L.Dom.getComposedChildren(node);

for (var i = composedChildren.length - 1; i>=0; i--) {
for (var i = composedChildren.length - 1; i >= 0; i--) {

var focusable = this.getLastFocusableDescendant(composedChildren[i], includeHidden);
if (focusable) {
Expand Down

0 comments on commit 8cdd8cf

Please sign in to comment.