Skip to content

Commit a812a57

Browse files
committed
fd62f98cf2cdab55be657ef66b5b32e672dc40a2
Sync to source repo @fd62f98cf2cdab55be657ef66b5b32e672dc40a2
1 parent 601bf44 commit a812a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"src-repo": "http://github.com/DataTables/Responsive",
1313
"last-tag": "2.4.0",
14-
"last-sync": "9b36ae8eb924baa2ef7aa515684764a7edbfc12"
14+
"last-sync": "fd62f98cf2cdab55be657ef66b5b32e672dc40a2"
1515
}

types/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare module 'datatables.net' {
2626
/**
2727
* Set column's visibility priority
2828
*/
29-
responsivePriority: number;
29+
responsivePriority?: number;
3030
}
3131

3232
interface Api<T> {

0 commit comments

Comments
 (0)