mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 12:24:11 +01:00
Death to for each.
This commit is contained in:
@@ -680,7 +680,7 @@ var Buffer = Module("Buffer", {
|
||||
return newURI.spec;
|
||||
}
|
||||
|
||||
for each (let shortener in Buffer.uriShorteners)
|
||||
for (let shortener of Buffer.uriShorteners)
|
||||
try {
|
||||
let shortened = shortener(uri, doc);
|
||||
if (shortened)
|
||||
|
||||
Reference in New Issue
Block a user