1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 13:47:57 +01:00

Mention negative count behaviour of buffer.shiftFrameFocus in doc comment.

--HG--
extra : rebase_source : 19df452513744fc8eb5200d9a8bc0b6eebefdf5f
This commit is contained in:
Doug Kearns
2010-11-15 16:27:35 +11:00
parent 76e14b78d4
commit 4b7a36f520

View File

@@ -810,7 +810,8 @@ const Buffer = Module("buffer", {
* Shifts the focus to another frame within the buffer. Each buffer * Shifts the focus to another frame within the buffer. Each buffer
* contains at least one frame. * 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) { shiftFrameFocus: function (count) {
if (!(window.content.document instanceof HTMLDocument)) if (!(window.content.document instanceof HTMLDocument))