Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 2d176c4

Browse files
committed
Minify files
1 parent 5e8d1c2 commit 2d176c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/angular-datatables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ function dtPromiseRenderer($q, $timeout, $log, DTRenderer, DTRendererService, DT
10931093
return defer.promise;
10941094
}
10951095

1096-
function _redrawRows() {
1096+
function _redrawRows($elem, options) {
10971097
_oTable.clear();
10981098
_oTable.rows.add(options.aaData).draw(options.redraw);
10991099
return {

0 commit comments

Comments
 (0)