From 3be6982a638f9a99c3cd8fe195a11da431dcf7c8 Mon Sep 17 00:00:00 2001 From: John Kristensen Date: Thu, 5 Jul 2012 15:31:18 +1000 Subject: [PATCH] Fix typos in examples/api/multi_filter_select.html --- examples/api/multi_filter_select.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/api/multi_filter_select.html b/examples/api/multi_filter_select.html index 49252bf8..befe999b 100644 --- a/examples/api/multi_filter_select.html +++ b/examples/api/multi_filter_select.html @@ -28,13 +28,13 @@ // check that we have a column id if ( typeof iColumn == "undefined" ) return new Array(); - // by default we only wany unique data + // by default we only want unique data if ( typeof bUnique == "undefined" ) bUnique = true; // by default we do want to only look at filtered data if ( typeof bFiltered == "undefined" ) bFiltered = true; - // by default we do not wany to include empty values + // by default we do not want to include empty values if ( typeof bIgnoreEmpty == "undefined" ) bIgnoreEmpty = true; // list of rows which we're going to loop through @@ -554,13 +554,13 @@ $.fn.dataTableExt.oApi.fnGetColumnData = function ( oSettings, iColumn, bUnique, // check that we have a column id if ( typeof iColumn == "undefined" ) return new Array(); - // by default we only wany unique data + // by default we only want unique data if ( typeof bUnique == "undefined" ) bUnique = true; // by default we do want to only look at filtered data if ( typeof bFiltered == "undefined" ) bFiltered = true; - // by default we do not wany to include empty values + // by default we do not want to include empty values if ( typeof bIgnoreEmpty == "undefined" ) bIgnoreEmpty = true; // list of rows which we're going to loop through