mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 05:58:03 +01:00
s/retVal/ret/ in buffer.followDocumentRelationship.
This commit is contained in:
@@ -1082,12 +1082,12 @@ function Buffer() //{{{
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
let retVal = followFrame(window.content);
|
let ret = followFrame(window.content);
|
||||||
if (!retVal)
|
if (!ret)
|
||||||
// only loop through frames if the main content didnt match
|
// only loop through frames if the main content didn't match
|
||||||
retVal = Array.some(window.content.frames, followFrame);
|
ret = Array.some(window.content.frames, followFrame);
|
||||||
|
|
||||||
if (!retVal)
|
if (!ret)
|
||||||
liberator.beep();
|
liberator.beep();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user