mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove extra indent.
This commit is contained in:
parent
b5e991c89e
commit
d561b4ffe9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test(function() {
|
||||||
var opt5 = document.createElement("option");
|
var opt5 = document.createElement("option");
|
||||||
select.appendChild(opt5);
|
select.appendChild(opt5);
|
||||||
unselectedExcept(select, 3);
|
unselectedExcept(select, 3);
|
||||||
}, "ask for reset on node insert, non multiple.");
|
}, "ask for reset on node insert, non multiple.");
|
||||||
|
|
||||||
test(function() {
|
test(function() {
|
||||||
var select = makeSelect(3);
|
var select = makeSelect(3);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue