Skip to content

Commit 17ba475

Browse files
author
dtbuild
committed
f6f6ccb5cec6fa627c19c119e8e8f103bef93bc3 Types: new constructor returns instance, not void
Sync to source repo @f6f6ccb5cec6fa627c19c119e8e8f103bef93bc3
1 parent 8b6d42a commit 17ba475

5 files changed

+5
-5
lines changed

css/rowReorder.bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ table.dataTable td.reorder {
3131
}
3232

3333
html.dark div.dt-rowReorder-float-parent {
34-
outline-color: #6ea8fe;
34+
outline-color: rgb(110, 168, 254);
3535
}
3636
html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
3737
background-color: var(--dt-html-background);

css/rowReorder.bootstrap.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/RowReorder",
1616
"last-tag": "1.4.1",
17-
"last-sync": "f8f8204eefbfe40e39a36a2d03342dbe48b5f8b4"
17+
"last-sync": "f6f6ccb5cec6fa627c19c119e8e8f103bef93bc3"
1818
}

js/rowReorder.bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// Browser
4848
factory( jQuery, window, document );
4949
}
50-
}(function( $, window, document, undefined ) {
50+
}(function( $, window, document ) {
5151
'use strict';
5252
var DataTable = $.fn.dataTable;
5353

js/rowReorder.bootstrap.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)