From b5bf0ddebcf11c159a43591d1e4cb8584be7a845 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 20 Jun 2020 09:50:19 +0100 Subject: [PATCH] Correct tiny typo in model.defaults.js Closes issue 169 (https://github.com/DataTables/DataTablesSrc/issues/169) Sync to source repo @15dcb2864aa85745129ef1d16b3fe4b3a3d4b910 --- datatables.json | 2 +- js/jquery.dataTables.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index af83d8a..c6f9140 100644 --- a/datatables.json +++ b/datatables.json @@ -5,6 +5,6 @@ "js/jquery.dataTables.min.js" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-sync": "4f1dfc8758474a400c329e0eda0cd02311f2d65c", + "last-sync": "15dcb2864aa85745129ef1d16b3fe4b3a3d4b910", "last-tag": "1.10.21" } \ No newline at end of file diff --git a/js/jquery.dataTables.js b/js/jquery.dataTables.js index 0ebe59e..84e3e95 100644 --- a/js/jquery.dataTables.js +++ b/js/jquery.dataTables.js @@ -9919,8 +9919,8 @@ * version is still, internally the primary interface, but is is not documented * - hence the @name tags in each doc comment. This allows a Javascript function * to create a map from Hungarian notation to camel case (going the other direction - * would require each property to be listed, which would at around 3K to the size - * of DataTables, while this method is about a 0.5K hit. + * would require each property to be listed, which would add around 3K to the size + * of DataTables, while this method is about a 0.5K hit). * * Ultimately this does pave the way for Hungarian notation to be dropped * completely, but that is a massive amount of work and will break current