Merge pull request #11990 from mreis1/master

Update slick-carousel.d.ts
This commit is contained in:
Yui
2016-11-09 17:30:16 -08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -177,7 +177,9 @@ $('.single-item-rtl').slick({
rtl: true
});
$('.no-arrows-slide').slick({
appendArrows: false
})
// --------------------------------------------------------
// ---------------- TEST DEFAULT OPTIONS ------------------
+2 -1
View File
@@ -45,9 +45,10 @@ interface JQuerySlickOptions {
/**
* Change where the navigation arrows are attached (Selector, htmlString, Array, Element, jQuery object)
* `false` will prevent arrows from being created/appended
* Default: $(element)
*/
appendArrows?: Element | Element[] | JQuery | string;
appendArrows?: Element | Element[] | JQuery | string | boolean;
/**
* Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object)