mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Mention negative count behaviour of buffer.shiftFrameFocus in doc comment.
--HG-- extra : rebase_source : 19df452513744fc8eb5200d9a8bc0b6eebefdf5f
This commit is contained in:
@@ -810,7 +810,8 @@ const Buffer = Module("buffer", {
|
||||
* Shifts the focus to another frame within the buffer. Each buffer
|
||||
* contains at least one frame.
|
||||
*
|
||||
* @param {number} count The number of frames to skip through.
|
||||
* @param {number} count The number of frames to skip through. A negative
|
||||
* count skips backwards.
|
||||
*/
|
||||
shiftFrameFocus: function (count) {
|
||||
if (!(window.content.document instanceof HTMLDocument))
|
||||
|
||||
Reference in New Issue
Block a user