Skip to content

Commit a6fc62c

Browse files
committed
Dev: Fix typo
DD-2897
1 parent 5ee5847 commit a6fc62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/dataTables.buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ DataTable.Api.register('buttons.exportInfo()', function (conf) {
24422442
filename: _filename(conf, this),
24432443
title: _title(conf, this),
24442444
messageTop: _message(this, conf, conf.message || conf.messageTop, 'top'),
2445-
messageBottom: _message(this, conf. conf.messageBottom, 'bottom')
2445+
messageBottom: _message(this, conf, conf.messageBottom, 'bottom')
24462446
};
24472447
});
24482448

0 commit comments

Comments
 (0)