Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit cd3b9d6

Browse files
Listview: Deprecated option countTheme.
1 parent c01f3ad commit cd3b9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/listview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $.widget( "mobile.listview", $.extend( {
1515

1616
options: {
1717
theme: null,
18-
countTheme: null,
18+
countTheme: null, /* Deprecated in 1.4 */
1919
dividerTheme: null,
2020
icon: "carat-r",
2121
splitIcon: "carat-r",

0 commit comments

Comments
 (0)