mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
native -> nativeFS, autoPlay -> autoplay
This commit is contained in:
@@ -27,7 +27,7 @@ jQuery(document).ready(function () {
|
||||
fullscreen: {
|
||||
// fullscreen options go gere
|
||||
enabled: true,
|
||||
native: true
|
||||
nativeFS: true
|
||||
}
|
||||
});
|
||||
});
|
||||
@@ -49,7 +49,7 @@ jQuery(document).ready(function () {
|
||||
$(".royalSlider").royalSlider({
|
||||
// general options go gere
|
||||
autoScaleSlider: true,
|
||||
autoPlay: {
|
||||
autoplay: {
|
||||
// autoplay options go gere
|
||||
enabled: true,
|
||||
pauseOnHover: true
|
||||
|
||||
Reference in New Issue
Block a user