From a43714bfbae03b495f251ffce19f5dddcff7fce2 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 12 Sep 2012 07:47:29 +0100 Subject: [PATCH] Fix - docs: sNext and sPrevious referened to full_numbers pagination type, but they can be used for any pagination control: 9192 --- media/js/jquery.dataTables.js | 8 ++++---- media/src/model/model.defaults.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 119cc63a..00fdfe85 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -9182,8 +9182,8 @@ /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the next page. + * Text to use for the 'next' pagination button (to take the user to the + * next page). * @type string * @default Next * @dtopt Language @@ -9203,8 +9203,8 @@ /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the previous page. + * Text to use for the 'previous' pagination button (to take the user to + * the previous page). * @type string * @default Previous * @dtopt Language diff --git a/media/src/model/model.defaults.js b/media/src/model/model.defaults.js index 981d0a71..779f19d8 100644 --- a/media/src/model/model.defaults.js +++ b/media/src/model/model.defaults.js @@ -1384,8 +1384,8 @@ DataTable.defaults = { /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the next page. + * Text to use for the 'next' pagination button (to take the user to the + * next page). * @type string * @default Next * @dtopt Language @@ -1405,8 +1405,8 @@ DataTable.defaults = { /** - * Text to use when using the 'full_numbers' type of pagination for the - * button to take the user to the previous page. + * Text to use for the 'previous' pagination button (to take the user to + * the previous page). * @type string * @default Previous * @dtopt Language