(value, array)
| 1466 | }; |
| 1467 | |
| 1468 | function isInArray(value, array) { |
| 1469 | return array.indexOf(value) > -1; |
| 1470 | } |
| 1471 | |
| 1472 | |
| 1473 | /* ---------- particles.js functions - start ------------ */ |
no outgoing calls
no test coverage detected
searching dependent graphs…