Skip to content

Commit 91cfd15

Browse files
committed
set correct default value on bind option
1 parent 8d7f88e commit 91cfd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ See [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttp
9595
## bind
9696

9797
**Type:** `boolean`<br>
98-
**Default:** `false`<br>
98+
**Default:** `true`<br>
9999
**Required:** no
100100

101-
By default Infinite Ajax Scroll binds to the scroll and resize events on document ready. If you want manual control over this behaviour you can set this option to `false`. To bind call the [`bind`](methods.md#bind) method.
101+
By default Infinite Ajax Scroll binds to the scroll and resize events on document ready. If you want to have manual control over this behaviour you can set this option to `false`. To bind manually you can call the [`bind`](methods.md#bind) method.
102102

103103
## scrollContainer
104104

0 commit comments

Comments
 (0)