mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Remove lint errors due to rebase
This commit is contained in:
@@ -122,7 +122,6 @@ Menu.prototype._init = function() {
|
||||
// Make sure radio groups have at least one menu item seleted.
|
||||
var checked, group, id, j, len, radioItem, ref1;
|
||||
ref1 = this.groupsMap;
|
||||
results = [];
|
||||
for (id in ref1) {
|
||||
group = ref1[id];
|
||||
checked = false;
|
||||
@@ -137,7 +136,7 @@ Menu.prototype._init = function() {
|
||||
if (!checked) {
|
||||
v8Util.setHiddenValue(group[0], 'checked', true);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user