From 6ddfcb9cf96bb1b10d63ca16ad7a44b25fc7d84a Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 4 Aug 2015 14:00:54 -0700 Subject: [PATCH] native -> nativeFS, autoPlay -> autoplay --- royalslider/royalslider-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/royalslider/royalslider-tests.ts b/royalslider/royalslider-tests.ts index f79bd413b2..6cafcb6d65 100644 --- a/royalslider/royalslider-tests.ts +++ b/royalslider/royalslider-tests.ts @@ -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