Remove lint errors due to rebase

This commit is contained in:
Kevin Sawicki 2016-03-11 11:12:47 -08:00
parent 3c11f5dc4d
commit 0e5e230c03

View file

@ -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);
}
};
}
}
};
};