Skip to content

Commit

Permalink
documented false as a allowed scrollTo value
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 17, 2015
1 parent dd672d5 commit 4e90703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -165,7 +165,7 @@ key | default | description
`replace` | false | replace URL without adding browser history entry
`maxCacheLength` | 20 | maximum cache size for previous container contents
`version` | | a string or function returning the current pjax version
`scrollTo` | 0 | vertical position to scroll to after navigation
`scrollTo` | 0 | vertical position to scroll to after navigation. `false` to disable scrolling.
`type` | `"GET"` | see [$.ajax][]
`dataType` | `"html"` | see [$.ajax][]
`container` | | CSS selector for the element where content should be replaced
Expand Down

0 comments on commit 4e90703

Please sign in to comment.