Fixed bootstrap.paginator "itemTexts" option signature

This commit is contained in:
Jay Querido
2014-02-25 11:41:07 -05:00
parent c5c56b0cf5
commit 016693e841
+1 -1
View File
@@ -14,7 +14,7 @@ interface PaginatorOptions{
totalPages?: number;
pageUrl?: (type, page, current) => string;
shouldShowPage?: boolean;
itemText?: (type, page, current) => any;
itemTexts?: (type:string, page:number, current:number) => string;
tooltipTitles?: (type, page, current) => string;
useBootstrapTooltip?: boolean;
bootstrapTooltipOptions?: {};