Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 69143e5

Browse files
authored
Merge pull request #5555 from drpayyne/patch-9
Removed unnecessary bullet points
2 parents 99785ac + f3073a6 commit 69143e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

guides/v2.2/javascript-dev-guide/widgets/widget_sticky.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ $('.sticky-element').sticky({
5555
Element selector, who's height will be used to restrict the maximum offsetTop
5656
position of the sticky element. Default uses document `body`.
5757

58-
**Type**:
59-
60-
- String
58+
**Type**: String
6159

6260
**Default value**: `''`
6361

@@ -87,9 +85,7 @@ Allows the postponing of sticking, until element goes off the screen for the num
8785

8886
CSS class for active sticky state.
8987

90-
**Type**:
91-
92-
- String
88+
**Type**: String
9389

9490
**Default value**: `_sticky`
9591

0 commit comments

Comments
 (0)