Typo - deprecated

pull/40/head
Allan Jardine 11 years ago
parent 4df671ed24
commit 40e2d46e03

@ -11,12 +11,12 @@
* _iLastPage.
*
* Note that DataTables 1.10 has this ability built in. As such, this plug-ins
* has been marked as depreciated, but may still be useful for if you are using
* has been marked as deprecated, but may still be useful for if you are using
* an old version of DataTables.
*
* @name Ellipses
* @summary Show ellipses in the pagination control where there is a gap in numbers
* @depreciated
* @deprecated
* @author [Dave Kennedy](http://daveden.wordpress.com/)
* @example
* $(document).ready(function() {

@ -6,11 +6,11 @@
*
* DataTables has this ability built in using the `dt-string full` option of
* the `dt-init pagingType` initialisation option. As such, this plug-in is
* marked as depreciated.
* marked as deprecated.
*
* @name Four button navigation
* @summary Display forward, back, first and last buttons.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -4,12 +4,12 @@
* manually) while taking account of the currency symbol ($ or £ by default).
*
* DataTables 1.10+ has currency sorting abilities built-in and will be
* automatically detected. As such this plug-in is marked as depreciated, but
* automatically detected. As such this plug-in is marked as deprecated, but
* might be useful when working with old versions of DataTables.
*
* @name Currency
* @summary Sort data numerically when it has a leading currency symbol.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -4,12 +4,12 @@
* non-numeric data.
*
* DataTables 1.10+ has formatted number detection and sorting abilities built-
* in. As such this plug-in is marked as depreciated, but might be useful when
* in. As such this plug-in is marked as deprecated, but might be useful when
* working with old versions of DataTables.
*
* @name Formatted numbers
* @summary Sort numbers which are displayed with thousand separators
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -6,12 +6,12 @@
* easier.
*
* DataTables 1.10+ has HTML numeric data type detection and sorting abilities
* built-in. As such this plug-in is marked as depreciated, but might be useful
* built-in. As such this plug-in is marked as deprecated, but might be useful
* when working with old versions of DataTables.
*
* @name Numbers with HTML
* @summary Sort data which is a mix of HTML and numeric data.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -10,7 +10,7 @@
*
* @name Commas for decimal place
* @summary Sort numbers correctly which use a common as the decimal place.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -2,12 +2,12 @@
* Sort numeric data which has a percent sign with it.
*
* DataTables 1.10+ has percentage data type detection and sorting abilities
* built-in. As such this plug-in is marked as depreciated, but might be useful
* built-in. As such this plug-in is marked as deprecated, but might be useful
* when working with old versions of DataTables.
*
* @name Percentage
* @summary Sort numeric data with a postfixed percentage symbol
* @depreciated
* @deprecated
* @author [Jonathan Romley](http://jonathanromley.org/)
*
* @example

@ -9,11 +9,11 @@
*
* Note that the HTML5 `data-sort` attribute can be [used to supply sorting data
* to DataTables](//datatables.net/manual/orthogonal-data) and is preferable to
* using this method, which is therefore marked as depreciated.
* using this method, which is therefore marked as deprecated.
*
* @name Hidden title numeric sorting
* @summary Sort data numerically based on an attribute on an empty element.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*
* @example

@ -6,11 +6,12 @@
*
* Note that the HTML5 `data-sort` attribute can be [used to supply sorting data
* to DataTables](//datatables.net/manual/orthogonal-data) and is preferable to
* using this method, which is therefore marked as depreciated.
* using this method, which is therefore marked as deprecated.
*
* @name Hidden title string sorting
* @summary Sort data as a string based on an attribute on an empty element.
* @author [Allan Jardine](http://sprymedia.co.uk)
* @deprecated
*
* @example
* $('#example').dataTable( {

@ -5,12 +5,12 @@
* in conjunction with the currency sorting plug-in.
*
* DataTables 1.10+ has currency sorting abilities built-in and will be
* automatically detected. As such this plug-in is marked as depreciated, but
* automatically detected. As such this plug-in is marked as deprecated, but
* might be useful when working with old versions of DataTables.
*
* @name Currency
* @summary Detect data of numeric type with a leading currency symbol.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk), Nuno Gomes
*/

@ -6,12 +6,12 @@
* be.
*
* DataTables 1.10+ has formatted number type detection and sorting abilities
* built-in. As such this plug-in is marked as depreciated, but might be useful
* built-in. As such this plug-in is marked as deprecated, but might be useful
* when working with old versions of DataTables.
*
* @name Formatted numbers
* @summary formatted_numbers
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*/

@ -5,12 +5,12 @@
* sorting plug-in.
*
* DataTables 1.10+ has numeric HTML data type and sorting abilities built-in.
* As such this plug-in is marked as depreciated, but might be useful when
* As such this plug-in is marked as deprecated, but might be useful when
* working with old versions of DataTables.
*
* @name Numbers with HTML
* @summary Detect data which is a mix of HTML and numeric data.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*/

@ -8,7 +8,7 @@
*
* @name Commas for decimal place
* @summary Detect numeric data which uses a comma as the decimal place.
* @depreciated
* @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk)
*/

Loading…
Cancel
Save