(val, array)
| 350 | } |
| 351 | |
| 352 | var inArray = function(val, array) { |
| 353 | return $.inArray(val, $.makeArray(array)) > -1; |
| 354 | }; |
| 355 | |
| 356 | // encode + to %2B when searching in the table on server side, because |
| 357 | // shiny::parseQueryString() treats + as spaces, and DataTables does not |
no outgoing calls
no test coverage detected