Skip to content

Commit

Permalink
Remove extra indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir committed Oct 25, 2015
1 parent b5e991c commit d561b4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@
var opt5 = document.createElement("option");
select.appendChild(opt5);
unselectedExcept(select, 3);
}, "ask for reset on node insert, non multiple.");
}, "ask for reset on node insert, non multiple.");

test(function() {
var select = makeSelect(3);
Expand Down

0 comments on commit d561b4f

Please sign in to comment.