File tree 1 file changed +1
-7
lines changed
dom/src/main/scala/org/scalajs/dom
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,8 @@ class History extends js.Object {
72
72
*/
73
73
def pushState (statedata : js.Any , title : String ): Unit = js.native
74
74
75
- /** The scrollRestoration property of History interface allows web applications to explicitly set default scroll
75
+ /** The ` scrollRestoration` property of [[ History ]] interface allows web applications to explicitly set default scroll
76
76
* restoration behavior on history navigation.
77
- *
78
- * Can have onne of the followings values:
79
- *
80
- * auto: The location on the page to which the user has scrolled will be restored.
81
- *
82
- * manual: The location on the page is not restored. The user will have to scroll to the location manually.
83
77
*/
84
78
var scrollRestoration : ScrollRestoration = js.native
85
79
}
You can’t perform that action at this time.
0 commit comments