Remove lint errors due to rebase
This commit is contained in:
parent
3c11f5dc4d
commit
0e5e230c03
1 changed files with 1 additions and 2 deletions
|
@ -122,7 +122,6 @@ Menu.prototype._init = function() {
|
||||||
// Make sure radio groups have at least one menu item seleted.
|
// Make sure radio groups have at least one menu item seleted.
|
||||||
var checked, group, id, j, len, radioItem, ref1;
|
var checked, group, id, j, len, radioItem, ref1;
|
||||||
ref1 = this.groupsMap;
|
ref1 = this.groupsMap;
|
||||||
results = [];
|
|
||||||
for (id in ref1) {
|
for (id in ref1) {
|
||||||
group = ref1[id];
|
group = ref1[id];
|
||||||
checked = false;
|
checked = false;
|
||||||
|
@ -137,7 +136,7 @@ Menu.prototype._init = function() {
|
||||||
if (!checked) {
|
if (!checked) {
|
||||||
v8Util.setHiddenValue(group[0], 'checked', true);
|
v8Util.setHiddenValue(group[0], 'checked', true);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue