Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Update setter doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Jul 27, 2016
1 parent be899a2 commit 93c22ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/search/ScrollTrackMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ define(function (require, exports, module) {
}

/**
* @param {number} offset Amount of vertical space above and below the scrollbar, in pixels
* Sets how much vertical space there's above and below the scrollbar, which depends
* on the OS and may also be affected by extensions
* @param {number} offset Value in pixels
*/
function setScrollbarTrackOffset(offset) {
scrollbarTrackOffset = offset;
Expand Down

0 comments on commit 93c22ef

Please sign in to comment.