From 48792666f09bec0a1bb29c682b254b63f963be26 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 17 Feb 2018 15:42:14 +0100 Subject: [PATCH] docs: make clear how isLTR in Orbit.changeSlide defines the slide animation behavior --- js/foundation.orbit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.orbit.js b/js/foundation.orbit.js index 38b837904..a754d7ad7 100644 --- a/js/foundation.orbit.js +++ b/js/foundation.orbit.js @@ -303,7 +303,7 @@ class Orbit extends Plugin { /** * Changes the current slide to a new one. * @function - * @param {Boolean} isLTR - flag if the slide should move left to right. + * @param {Boolean} isLTR - if true the slide moves from right to left, if false the slide moves from left to right. * @param {jQuery} chosenSlide - the jQuery element of the slide to show next, if one is selected. * @param {Number} idx - the index of the new slide in its collection, if one chosen. * @fires Orbit#slidechange -- 2.47.2