mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 20:45:48 +01:00
remove redundant throwing of StopIteration from generators
This commit is contained in:
@@ -160,7 +160,6 @@ liberator.Mappings = function () //{{{
|
||||
if (output)
|
||||
yield maps[i];
|
||||
}
|
||||
throw StopIteration;
|
||||
}
|
||||
|
||||
function addMapCommands(ch, modes, modeDescription)
|
||||
|
||||
Reference in New Issue
Block a user