From 6b579d760e092f5f2a22c94eb24f8e5e89a1e4fb Mon Sep 17 00:00:00 2001 From: Madawa Soysa Date: Fri, 23 Mar 2018 11:03:49 +0530 Subject: [PATCH] Remove example part of the comment --- .../public/js/dataTables.fnSetFilteringDelay.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.data-tables-extended/public/js/dataTables.fnSetFilteringDelay.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.data-tables-extended/public/js/dataTables.fnSetFilteringDelay.js index 23c50ce30b..4582888a1e 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.data-tables-extended/public/js/dataTables.fnSetFilteringDelay.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.data-tables-extended/public/js/dataTables.fnSetFilteringDelay.js @@ -14,11 +14,6 @@ * @summary Add a key debouce delay to the global filtering input of a table * @author [Zygimantas Berziunas](http://www.zygimantas.com/), * [Allan Jardine](http://www.sprymedia.co.uk/) and _vex_ - * - * @example - * $(document).ready(function() { - * $('.dataTable').dataTable().fnSetFilteringDelay(); - * } ); */ jQuery.fn.dataTableExt.oApi.fnSetFilteringDelay = function (oSettings, iDelay) {