Typo - deprecated

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

@ -11,12 +11,12 @@
* _iLastPage. * _iLastPage.
* *
* Note that DataTables 1.10 has this ability built in. As such, this plug-ins * 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. * an old version of DataTables.
* *
* @name Ellipses * @name Ellipses
* @summary Show ellipses in the pagination control where there is a gap in numbers * @summary Show ellipses in the pagination control where there is a gap in numbers
* @depreciated * @deprecated
* @author [Dave Kennedy](http://daveden.wordpress.com/) * @author [Dave Kennedy](http://daveden.wordpress.com/)
* @example * @example
* $(document).ready(function() { * $(document).ready(function() {

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

@ -4,12 +4,12 @@
* manually) while taking account of the currency symbol ($ or £ by default). * manually) while taking account of the currency symbol ($ or £ by default).
* *
* DataTables 1.10+ has currency sorting abilities built-in and will be * 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. * might be useful when working with old versions of DataTables.
* *
* @name Currency * @name Currency
* @summary Sort data numerically when it has a leading currency symbol. * @summary Sort data numerically when it has a leading currency symbol.
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
* *
* @example * @example

@ -4,12 +4,12 @@
* non-numeric data. * non-numeric data.
* *
* DataTables 1.10+ has formatted number detection and sorting abilities built- * 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. * working with old versions of DataTables.
* *
* @name Formatted numbers * @name Formatted numbers
* @summary Sort numbers which are displayed with thousand separators * @summary Sort numbers which are displayed with thousand separators
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
* *
* @example * @example

@ -6,12 +6,12 @@
* easier. * easier.
* *
* DataTables 1.10+ has HTML numeric data type detection and sorting abilities * 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. * when working with old versions of DataTables.
* *
* @name Numbers with HTML * @name Numbers with HTML
* @summary Sort data which is a mix of HTML and numeric data. * @summary Sort data which is a mix of HTML and numeric data.
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
* *
* @example * @example

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

@ -2,12 +2,12 @@
* Sort numeric data which has a percent sign with it. * Sort numeric data which has a percent sign with it.
* *
* DataTables 1.10+ has percentage data type detection and sorting abilities * 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. * when working with old versions of DataTables.
* *
* @name Percentage * @name Percentage
* @summary Sort numeric data with a postfixed percentage symbol * @summary Sort numeric data with a postfixed percentage symbol
* @depreciated * @deprecated
* @author [Jonathan Romley](http://jonathanromley.org/) * @author [Jonathan Romley](http://jonathanromley.org/)
* *
* @example * @example

@ -9,11 +9,11 @@
* *
* Note that the HTML5 `data-sort` attribute can be [used to supply sorting data * 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 * 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 * @name Hidden title numeric sorting
* @summary Sort data numerically based on an attribute on an empty element. * @summary Sort data numerically based on an attribute on an empty element.
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
* *
* @example * @example

@ -6,11 +6,12 @@
* *
* Note that the HTML5 `data-sort` attribute can be [used to supply sorting data * 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 * 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 * @name Hidden title string sorting
* @summary Sort data as a string based on an attribute on an empty element. * @summary Sort data as a string based on an attribute on an empty element.
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
* @deprecated
* *
* @example * @example
* $('#example').dataTable( { * $('#example').dataTable( {

@ -5,12 +5,12 @@
* in conjunction with the currency sorting plug-in. * in conjunction with the currency sorting plug-in.
* *
* DataTables 1.10+ has currency sorting abilities built-in and will be * 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. * might be useful when working with old versions of DataTables.
* *
* @name Currency * @name Currency
* @summary Detect data of numeric type with a leading currency symbol. * @summary Detect data of numeric type with a leading currency symbol.
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk), Nuno Gomes * @author [Allan Jardine](http://sprymedia.co.uk), Nuno Gomes
*/ */

@ -6,12 +6,12 @@
* be. * be.
* *
* DataTables 1.10+ has formatted number type detection and sorting abilities * 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. * when working with old versions of DataTables.
* *
* @name Formatted numbers * @name Formatted numbers
* @summary formatted_numbers * @summary formatted_numbers
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
*/ */

@ -5,12 +5,12 @@
* sorting plug-in. * sorting plug-in.
* *
* DataTables 1.10+ has numeric HTML data type and sorting abilities built-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. * working with old versions of DataTables.
* *
* @name Numbers with HTML * @name Numbers with HTML
* @summary Detect data which is a mix of HTML and numeric data. * @summary Detect data which is a mix of HTML and numeric data.
* @depreciated * @deprecated
* @author [Allan Jardine](http://sprymedia.co.uk) * @author [Allan Jardine](http://sprymedia.co.uk)
*/ */

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

Loading…
Cancel
Save